Introduce travis configuration using tox-travis
This commit is contained in:
parent
4da8feeb25
commit
9173e74ba5
12
.travis.yml
Normal file
12
.travis.yml
Normal file
@ -0,0 +1,12 @@
|
||||
sudo: false
|
||||
language: python
|
||||
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
|
||||
install:
|
||||
- pip install tox-travis
|
||||
|
||||
script: tox
|
||||
|
Loading…
x
Reference in New Issue
Block a user