Add pytest 2.9 and drop pytest 2.4 and 2.5 from build matrix

This commit is contained in:
Bruno Oliveira
2016-05-04 17:34:45 -03:00
parent 20fe1f9874
commit dd3d180fe3
2 changed files with 8 additions and 11 deletions

View File

@@ -8,23 +8,21 @@ install: "pip install -U tox setuptools_scm"
env:
matrix:
# note: please use "tox --listenvs" to populate the build matrix
- TESTENV=py26-pytest24
- TESTENV=py26-pytest25
- TESTENV=py26-pytest26
- TESTENV=py26-pytest27
- TESTENV=py26-pytest28
- TESTENV=py27-pytest24
- TESTENV=py27-pytest25
- TESTENV=py26-pytest29
- TESTENV=py27-pytest26
- TESTENV=py27-pytest27
- TESTENV=py27-pytest28
- TESTENV=py34-pytest24
- TESTENV=py34-pytest25
- 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