Adding travis.yml
This commit is contained in:
parent
7a48e9138f
commit
0964f576ac
6
.travis.yml
Normal file
6
.travis.yml
Normal file
@ -0,0 +1,6 @@
|
||||
language: python
|
||||
python:
|
||||
- "3.6"
|
||||
install: pip install tox-travis
|
||||
script:
|
||||
- tox
|
Loading…
Reference in New Issue
Block a user