Adding travis.yml

This commit is contained in:
lolwww 2019-06-22 15:55:18 +03:00
parent 7a48e9138f
commit 0964f576ac

6
.travis.yml Normal file
View File

@ -0,0 +1,6 @@
language: python
python:
- "3.6"
install: pip install tox-travis
script:
- tox