42
.travis.yml
42
.travis.yml
@@ -5,26 +5,28 @@ python:
|
||||
install: pip install -U tox setuptools_scm
|
||||
env:
|
||||
matrix:
|
||||
- TESTENV=py26-pytest26
|
||||
- TESTENV=py26-pytest27
|
||||
- TESTENV=py26-pytest28
|
||||
- TESTENV=py26-pytest29
|
||||
- TESTENV=py27-pytest26
|
||||
- TESTENV=py27-pytest27
|
||||
- TESTENV=py27-pytest28
|
||||
- TESTENV=py27-pytest29
|
||||
- TESTENV=py34-pytest26
|
||||
- TESTENV=py34-pytest27
|
||||
- TESTENV=py34-pytest28
|
||||
- TESTENV=py34-pytest29
|
||||
- TESTENV=py35-pytest27
|
||||
- TESTENV=py35-pytest28
|
||||
- TESTENV=py35-pytest29
|
||||
- TESTENV=py27-pytest28-pexpect
|
||||
- TESTENV=py35-pytest28-pexpect
|
||||
- TESTENV=flakes
|
||||
- TESTENV=readme
|
||||
script: tox --recreate -e $TESTENV
|
||||
# note: please use "tox --listenvs" to populate the build matrix
|
||||
- TOXENV=py26-pytest27
|
||||
- TOXENV=py26-pytest28
|
||||
- TOXENV=py26-pytest29
|
||||
- TOXENV=py26-pytest30
|
||||
- TOXENV=py27-pytest27
|
||||
- TOXENV=py27-pytest28
|
||||
- TOXENV=py27-pytest29
|
||||
- TOXENV=py27-pytest30
|
||||
- TOXENV=py34-pytest27
|
||||
- TOXENV=py34-pytest28
|
||||
- TOXENV=py34-pytest29
|
||||
- TOXENV=py34-pytest30
|
||||
- TOXENV=py35-pytest27
|
||||
- TOXENV=py35-pytest28
|
||||
- TOXENV=py35-pytest29
|
||||
- TOXENV=py27-pytest28-pexpect
|
||||
- TOXENV=py35-pytest28-pexpect
|
||||
- TOXENV=flakes
|
||||
- TOXENV=readme
|
||||
|
||||
script: tox
|
||||
notifications:
|
||||
irc:
|
||||
channels:
|
||||
|
||||
Reference in New Issue
Block a user