Skip to content

Commit

Permalink
Prevent pytest from searching the 'tasks' directory
Browse files Browse the repository at this point in the history
Otherwise it triggers an import error.
  • Loading branch information
brettcannon authored Nov 15, 2019
1 parent cf57ddd commit 7028f5d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,11 @@ envlist = py27,pypy,pypy3,py34,py35,py36,py37,docs,lint
[testenv]
deps =
coverage
invoke
pretend
pytest
pip>=9.0.2
commands =
python -m coverage run --source packaging/ -m pytest --strict {posargs}
python -m coverage run --source packaging/ -m pytest --strict {posargs} tests
python -m coverage report -m --fail-under 100

[testenv:pypy]
Expand Down

0 comments on commit 7028f5d

Please sign in to comment.