add .travis.yml
This commit is contained in:
parent
980f14236f
commit
ed5e107ce5
1 changed files with 11 additions and 0 deletions
11
.travis.yml
Normal file
11
.travis.yml
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
# command to install dependencies
|
||||||
|
install:
|
||||||
|
- pip install -r requirements.txt
|
||||||
|
# command to run tests
|
||||||
|
script:
|
||||||
|
- tox
|
Loading…
Add table
Add a link
Reference in a new issue