Skip to content

Commit 24823f2

Browse files
authored
Merge pull request #93 from nicoddemus/newer-pytests
Test with newer pytest versions
2 parents 4f77abc + 0e2a4c0 commit 24823f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[tox]
2-
envlist = py{26,27,33,34,35,36}-pytest{27,28,29,30},linting
2+
envlist = py{26,27,33,34,35,36}-pytest{29,30,31,32},linting
33

44
[testenv]
55
passenv = USER USERNAME
66
deps =
77
coverage
8-
pytest27: pytest~=2.7
9-
pytest28: pytest~=2.8
108
pytest29: pytest~=2.9
119
pytest30: pytest~=3.0
10+
pytest31: pytest~=3.1
11+
pytest32: pytest~=3.2
1212
commands =
1313
coverage run --append --source=pytest_mock.py -m pytest test_pytest_mock.py
1414

0 commit comments

Comments
 (0)