Skip to content

Commit 8c2f24f

Browse files
committed
TravisCI config
1 parent 36a64b0 commit 8c2f24f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
env:
2+
- TOXENV=py36
3+
4+
install: pip install -U tox
5+
6+
language: python
7+
8+
python: 3.6
9+
10+
script: tox -e ${TOXENV}

0 commit comments

Comments
 (0)