mirror of https://github.com/docker/docker-py.git
split tests to different tox envs
This commit is contained in:
parent
d0512028be
commit
cd36ea9088
15
.travis.yml
15
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue