Merge pull request #2264 from asottile/simplify_travis

Simplify travis.yml with tox environment variables
This commit is contained in:
Bruno Oliveira 2017-02-19 18:07:13 -03:00 committed by GitHub
commit 6680cb9100
1 changed files with 21 additions and 21 deletions

View File

@ -8,34 +8,34 @@ install: "pip install -U tox"
env: env:
matrix: matrix:
# coveralls is not listed in tox's envlist, but should run in travis # coveralls is not listed in tox's envlist, but should run in travis
- TESTENV=coveralls - TOXENV=coveralls
# note: please use "tox --listenvs" to populate the build matrix below # note: please use "tox --listenvs" to populate the build matrix below
- TESTENV=linting - TOXENV=linting
- TESTENV=py26 - TOXENV=py26
- TESTENV=py27 - TOXENV=py27
- TESTENV=py33 - TOXENV=py33
- TESTENV=py34 - TOXENV=py34
- TESTENV=py35 - TOXENV=py35
- TESTENV=pypy - TOXENV=pypy
- TESTENV=py27-pexpect - TOXENV=py27-pexpect
- TESTENV=py27-xdist - TOXENV=py27-xdist
- TESTENV=py27-trial - TOXENV=py27-trial
- TESTENV=py35-pexpect - TOXENV=py35-pexpect
- TESTENV=py35-xdist - TOXENV=py35-xdist
- TESTENV=py35-trial - TOXENV=py35-trial
- TESTENV=py27-nobyte - TOXENV=py27-nobyte
- TESTENV=doctesting - TOXENV=doctesting
- TESTENV=freeze - TOXENV=freeze
- TESTENV=docs - TOXENV=docs
matrix: matrix:
include: include:
- env: TESTENV=py36 - env: TOXENV=py36
python: '3.6-dev' python: '3.6-dev'
- env: TESTENV=py37 - env: TOXENV=py37
python: 'nightly' python: 'nightly'
script: tox --recreate -e $TESTENV script: tox --recreate
notifications: notifications:
irc: irc: