Skip to content

Commit fd81c27

Browse files
committed
go back to normal test and try new fixture stack fix
1 parent 1835720 commit fd81c27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- stage: test
99
python: 3.6
1010
env:
11-
- TOXENV=py36-dj30-postgres-xdist-coverage
11+
- TOXENV=py36-dj20-postgres-xdist-coverage
1212
# Test in verbose mode.
1313
- PYTEST_ADDOPTS=-vv
1414
services:
@@ -98,7 +98,7 @@ install:
9898
- pip install tox==3.9.0
9999

100100
script:
101-
- tox
101+
- tox --force-dep "pytest@git+https://github.com/blueyed/pytest@fixture-stack#egg=pytest"
102102

103103
after_success:
104104
- |

0 commit comments

Comments
 (0)