Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Trying solution from pytest-dev/pytest/issues/4770 to fix build issue…
Browse files Browse the repository at this point in the history
…s on appveyor.
  • Loading branch information
Craig Anderson committed Oct 23, 2019
1 parent ce17f85 commit ce26815
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ envlist = {py27,py34,py35,py36,pypy}-{pt3,pt4},flake8
[testenv]
deps =
coverage
pip >= 19
pt3: pytest>=3,<4
pt4: pytest>=4,<5
commands = coverage run -p -m pytest tests/ {posargs}
Expand Down

0 comments on commit ce26815

Please sign in to comment.