Add travis config.
This commit is contained in:
parent
726ca507f7
commit
aa8ff29028
10
.travis.yml
Normal file
10
.travis.yml
Normal file
@ -0,0 +1,10 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
install: pip install tox-travis
|
||||
script: tox
|
||||
matrix:
|
||||
allow_failures:
|
||||
- python: 2.7
|
Loading…
Reference in New Issue
Block a user