Skip to content

Commit 59feb76

Browse files
authored
Run CI tests against the latest pytest 3.x release automatically. (#421)
1 parent 1441afc commit 59feb76

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

tox.ini

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ envlist =
1313
[testenv]
1414
deps =
1515
django-configurations==1.0
16+
pytest-xdist==1.15
1617

1718
checkqa: flake8
1819

@@ -27,10 +28,8 @@ deps =
2728

2829
postgres: psycopg2
2930

30-
pytest29: pytest==2.9.2
31-
pytest29: pytest-xdist==1.15
32-
pytest30: pytest==3.0.3
33-
pytest30: pytest-xdist==1.15
31+
pytest29: pytest>=2.9,<3.0
32+
pytest30: pytest>=3.0,<3.1
3433

3534
setenv =
3635
PYTHONPATH = {toxinidir}:{env:PYTHONPATH:}

0 commit comments

Comments
 (0)