Skip to content

Commit 9b529c0

Browse files
committed
tox/travis: pytest35
1 parent 3bd2773 commit 9b529c0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@ jobs:
3737
- python: 3.6
3838
env: TOXENV=py36-djmaster-sqlite-coverage
3939

40+
# Explicitly test (older) pytest 5.3.
4041
- python: 3.5
41-
env: TOXENV=py35-dj110-postgres-coverage
42+
env: TOXENV=py35-dj110-postgres-pytest53-coverage
4243
services:
4344
- postgresql
4445

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ deps =
2929

3030
pytest41: pytest>=4.1,<4.2
3131
pytest41: attrs==17.4.0
32+
pytest53: pytest>=5.3,<5.4
3233
xdist: pytest-xdist>=1.15
3334

3435
setenv =

0 commit comments

Comments
 (0)