Introduce travis configuration using tox-travis

This commit is contained in:
Mathieu Mitchell 2016-08-11 09:42:33 -04:00
parent 4da8feeb25
commit 9173e74ba5
2 changed files with 16 additions and 0 deletions

12
.travis.yml Normal file
View File

@ -0,0 +1,12 @@
sudo: false
language: python
python:
- "2.7"
- "3.4"
install:
- pip install tox-travis
script: tox

View File

@ -3,6 +3,10 @@ minversion = 2.0
envlist = py34-constraints,py27-constraints,pypy-constraints,pep8-constraints
skipsdist = True
[tox:travis]
2.7 = py27-constraints
3.4 = py34-constraints
[testenv]
usedevelop = True
install_command =