Skip to content

Commit

Permalink
tox/travis: pytest53
Browse files Browse the repository at this point in the history
  • Loading branch information
blueyed committed Mar 14, 2020
1 parent 3bd2773 commit bd42062
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,9 @@ jobs:
- python: 3.6
env: TOXENV=py36-djmaster-sqlite-coverage

# Explicitly test (older) pytest 5.3.
- python: 3.5
env: TOXENV=py35-dj110-postgres-coverage
env: TOXENV=py35-dj110-postgres-pytest53-coverage
services:
- postgresql

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ deps =

pytest41: pytest>=4.1,<4.2
pytest41: attrs==17.4.0
pytest53: pytest>=5.3,<5.4
xdist: pytest-xdist>=1.15

setenv =
Expand Down

0 comments on commit bd42062

Please sign in to comment.