split tests to different tox envs

This commit is contained in:
nir0s 2015-02-12 09:25:49 +02:00
parent d0512028be
commit cd36ea9088
1 changed files with 12 additions and 3 deletions

View File

@ -1,6 +1,15 @@
sudo: false
language: python
python:
- "2.7"
install: pip install tox
script: tox
sudo: false
env:
- TOX_ENV=py26
- TOX_ENV=py27
- TOX_ENV=py32
- TOX_ENV=py33
- TOX_ENV=py34
- TOX_ENV=flake8
install:
- pip install tox
script:
- tox -e $TOX_ENV