Merge pull request #102 from petrblaho/tox-on-travis
Changes travis test command to tox with envs
This commit is contained in:
commit
902b08c831
10
.travis.yml
10
.travis.yml
@ -1,11 +1,13 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
install:
|
env:
|
||||||
- pip install -q -r requirements.txt --use-mirrors
|
- TOX_ENV=py27
|
||||||
- pip install -q -r test-requirements.txt --use-mirrors
|
- TOX_ENV=pep8
|
||||||
|
before_install:
|
||||||
|
- pip install tox --use-mirrors
|
||||||
script:
|
script:
|
||||||
- python setup.py testr
|
- tox -e $TOX_ENV
|
||||||
notifications:
|
notifications:
|
||||||
irc:
|
irc:
|
||||||
channels:
|
channels:
|
||||||
|
Loading…
Reference in New Issue
Block a user