Add Travis-CI config.
parent
fe61b00d78
commit
be0e11fd5c
|
@ -0,0 +1,13 @@
|
||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.6"
|
||||||
|
- "2.7"
|
||||||
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
|
- "3.5"
|
||||||
|
- "3.6"
|
||||||
|
install:
|
||||||
|
- pip install -U pip setuptools
|
||||||
|
- pip install tox-travis
|
||||||
|
script: tox
|
Loading…
Reference in New Issue