Skip to content

Commit 73dd0d2

Browse files
committed
Run tests against latest pytest 2.9 and 3.0 versions
1 parent 3da7d9d commit 73dd0d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ python:
99
- pypy3
1010
- nightly
1111
env:
12-
- TOXENV=pytest28
1312
- TOXENV=pytest29
13+
- TOXENV=pytest30
1414
matrix:
1515
include:
1616
- python: 2.7

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py{26,27,33,34,35,py,py3}-pytest{28,29}, flake8
7+
envlist = py{26,27,33,34,35,py,py3}-pytest{29,30}, flake8
88

99
[testenv]
1010
deps =
11-
pytest28: pytest==2.8.7
1211
pytest29: pytest==2.9.2
12+
pytest28: pytest==3.0.4
1313
pytest-localserver
1414
commands = py.test -v -r a {posargs}
1515

0 commit comments

Comments
 (0)