Skip to content

Commit 80047b5

Browse files
committed
Test with pytest 3.3
1 parent e197ebc commit 80047b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

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

44
[testenv]
55
passenv = USER USERNAME
66
deps =
77
coverage
8-
pytest29: pytest~=2.9
98
pytest30: pytest~=3.0
109
pytest31: pytest~=3.1
1110
pytest32: pytest~=3.2
11+
pytest33: pytest~=3.3
1212
commands =
1313
coverage run --append --source=pytest_mock.py -m pytest test_pytest_mock.py
1414

0 commit comments

Comments
 (0)