split test matrix to cover py26 and lint separately

This commit is contained in:
Damien Nozay 2014-11-27 08:14:15 -08:00
parent e36fe2ced5
commit 69fc4aed1d

View file

@ -5,5 +5,9 @@ before_install:
- sudo apt-get install python python-setuptools python-virtualenv python-dev gcc swig dialog libaugeas0 libssl-dev
install:
- pip install tox
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=lint
script:
- tox
- tox -e $TOX_ENV