We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1835720 commit fd81c27Copy full SHA for fd81c27
.travis.yml
@@ -8,7 +8,7 @@ jobs:
8
- stage: test
9
python: 3.6
10
env:
11
- - TOXENV=py36-dj30-postgres-xdist-coverage
+ - TOXENV=py36-dj20-postgres-xdist-coverage
12
# Test in verbose mode.
13
- PYTEST_ADDOPTS=-vv
14
services:
@@ -98,7 +98,7 @@ install:
98
- pip install tox==3.9.0
99
100
script:
101
- - tox
+ - tox --force-dep "pytest@git+https://github.com/blueyed/pytest@fixture-stack#egg=pytest"
102
103
after_success:
104
- |
0 commit comments