Skip to content

Commit 44fd1e1

Browse files
committed
Add pytest 3.4 to the build matrix in tox
1 parent ea79d4f commit 44fd1e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
envlist = py{27,34,35,36,py}-pytest30-supported-xdist,
88
py{27,35}-pytest30-unsupported-xdist,
99
py{27,34,py}-pytest31-supported-xdist
10+
py{27,34,py}-pytest34-supported-xdist
1011

1112
[testenv]
1213
passenv = CI TRAVIS_BUILD_ID TRAVIS TRAVIS_BRANCH TRAVIS_JOB_NUMBER TRAVIS_PULL_REQUEST TRAVIS_JOB_ID TRAVIS_REPO_SLUG TRAVIS_COMMIT
@@ -15,6 +16,7 @@ deps =
1516
pytest-cov
1617
pytest30: pytest>=3.0,<3.1
1718
pytest31: pytest>=3.1,<3.2
19+
pytest34: pytest>=3.4,<3.5
1820
termcolor>=1.1.0
1921
supported-xdist: pytest-xdist>=1.14
2022
unsupported-xdist: pytest-xdist<1.14

0 commit comments

Comments
 (0)