Skip to content

Commit 0803b92

Browse files
committed
TEST: blueyed/pytest@fixture-stack
Ref: pytest-dev/pytest#6551
1 parent ee7858a commit 0803b92

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ install:
9999
- pip install tox==3.9.0
100100

101101
script:
102-
- tox
102+
- tox --force-dep "pytest@git+https://github.com/blueyed/pytest@fixture-stack#egg=pytest"
103103

104104
after_success:
105105
- |

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ deps =
2727
postgres: psycopg2-binary
2828
coverage: coverage-enable-subprocess
2929

30+
pytest
31+
3032
pytest41: pytest>=4.1,<4.2
3133
pytest41: attrs==17.4.0
3234
pytest53: pytest>=5.3,<5.4

0 commit comments

Comments
 (0)