add(travis): Add config for travis-ci
This commit is contained in:
parent
8a8d5d6691
commit
f46d77c73c
7
.travis.yml
Normal file
7
.travis.yml
Normal file
@ -0,0 +1,7 @@
|
||||
language: python
|
||||
env:
|
||||
- TOXENV=py27
|
||||
install:
|
||||
- pip install tox
|
||||
script:
|
||||
- tox
|
Loading…
x
Reference in New Issue
Block a user