Skip to content

Commit 5771dd6

Browse files
committed
Test with pytest 3.4 and 3.5
1 parent 95ee937 commit 5771dd6

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

tox.ini

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

44
[testenv]
55
passenv = USER USERNAME
66
deps =
77
coverage
8-
pytest30: pytest~=3.0
9-
pytest31: pytest~=3.1
10-
pytest32: pytest~=3.2
11-
pytest33: pytest~=3.3
128
pytest34: pytest~=3.4
9+
pytest35: pytest~=3.5
1310
commands =
1411
coverage run --append --source=pytest_mock.py -m pytest test_pytest_mock.py
1512

@@ -21,8 +18,8 @@ commands =
2118
skip_install=True
2219
deps =
2320
pytest-flakes
24-
restructuredtext_lint
21+
restructuredtext_lint
2522
pygments
2623
commands =
2724
py.test --flakes pytest_mock.py test_pytest_mock.py -m flakes
28-
rst-lint CHANGELOG.rst README.rst
25+
rst-lint CHANGELOG.rst README.rst

0 commit comments

Comments
 (0)