Added CI configuration
This commit is contained in:
parent
f74f4a925a
commit
3bb7d79247
|
@ -0,0 +1,8 @@
|
|||
sudo: false
|
||||
language: python
|
||||
python:
|
||||
- '3.5'
|
||||
- '3.6'
|
||||
install:
|
||||
- pip install tox-travis
|
||||
script: tox
|
Loading…
Reference in New Issue