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 ee7858a commit 0803b92Copy full SHA for 0803b92
.travis.yml
@@ -99,7 +99,7 @@ install:
99
- pip install tox==3.9.0
100
101
script:
102
- - tox
+ - tox --force-dep "pytest@git+https://github.com/blueyed/pytest@fixture-stack#egg=pytest"
103
104
after_success:
105
- |
tox.ini
@@ -27,6 +27,8 @@ deps =
27
postgres: psycopg2-binary
28
coverage: coverage-enable-subprocess
29
30
+ pytest
31
+
32
pytest41: pytest>=4.1,<4.2
33
pytest41: attrs==17.4.0
34
pytest53: pytest>=5.3,<5.4
0 commit comments