Skip to content

Commit 40a4abd

Browse files
committed
Add pytest-4 to the tests
1 parent 3b76be7 commit 40a4abd

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@ environment:
44
- TOXENV: "py27-pytest29"
55
- TOXENV: "py27-pytest30"
66
- TOXENV: "py27-pytest31"
7+
- TOXENV: "py27-pytest4"
78
- TOXENV: "py35-pytest29"
89
- TOXENV: "py35-pytest30"
910
- TOXENV: "py35-pytest31"
11+
- TOXENV: "py35-pytest4"
1012
- TOXENV: "py36-pytest29"
1113
- TOXENV: "py36-pytest30"
1214
- TOXENV: "py36-pytest31"
15+
- TOXENV: "py36-pytest4"
1316
- TOXENV: "py37-pytest30"
1417
- TOXENV: "py37-pytest31"
18+
- TOXENV: "py37-pytest4"
1519

1620
install:
1721
- echo Installed Pythons

tox.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
# Skip py37-pytest29 as such a combination does not work (#192)
3-
envlist=py{27,34,35,36}-pytest{29,30,31},py37-pytest{30,31}
3+
envlist=py{27,34,35,36}-pytest{29,30,31,4},py37-pytest{30,31,4}
44

55
[testenv]
66
commands=
@@ -11,6 +11,7 @@ deps=
1111
pytest29: pytest~=2.9.0
1212
pytest30: pytest~=3.0.0
1313
pytest31: pytest~=3.1.0
14+
pytest4: pytest~=4.6.9
1415

1516
[testenv:py27-xdist]
1617
basepython=python2.7

0 commit comments

Comments
 (0)