Skip to content

Commit fa0514e

Browse files
committed
add pytest 4.1, 4.2 to tox builds
1 parent d72c445 commit fa0514e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ matrix:
1818
- env: TOXENV=py27-pytest39
1919
- env: TOXENV=py27-pytest310
2020
- env: TOXENV=py27-pytest40
21+
- env: TOXENV=py27-pytest41
22+
- env: TOXENV=py27-pytest42
2123
- env: TOXENV=py27-pytestlatest
2224
- env: TOXENV=py27-pytestlatest-xdist
2325
- env: TOXENV=py34-pytestlatest

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
[tox]
22
distshare={homedir}/.tox/distshare
3-
envlist=py27-pytestlatest-linters,py27-pytest{29,30,31,32,33,34,35,36,37,38,39,310,40,latest},py{34,35,36,37}-pytestlatest,py27-pytestlatest-xdist
3+
envlist=py27-pytestlatest-linters,py27-pytest{29,30,31,32,33,34,35,36,37,38,39,310,40,41,42,latest},py{34,35,36,37}-pytestlatest,py27-pytestlatest-xdist
44
skip_missing_interpreters = true
55

66
[testenv]
77
deps =
88
pytestlatest: pytest
9+
pytest42: pytest~=4.2.0
10+
pytest41: pytest~=4.1.0
911
pytest40: pytest~=4.0.0
1012
pytest310: pytest~=3.10.0
1113
pytest39: pytest~=3.9.0

0 commit comments

Comments
 (0)