Add config for Travis CI
This commit is contained in:
8
.travis.yml
Normal file
8
.travis.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
Reference in New Issue
Block a user