Skip to content

Commit f0122e6

Browse files
committed
TEST: blueyed/pytest@fixture-stack
Ref: pytest-dev/pytest#6551
1 parent f725579 commit f0122e6

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
@@ -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
- |

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
xdist: pytest-xdist>=1.15

0 commit comments

Comments
 (0)