Skip to content

Commit

Permalink
fixed tox tests
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Sep 9, 2020
1 parent a30b677 commit 08b4e7f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Expand Up @@ -11,9 +11,10 @@ basepython =
py38: python3.8
py39: python3.9
pypy: pypy
deps = -r{toxinidir}/tests/requirements.txt

commands = py.test --basetemp="{envtmpdir}" --confcutdir=.. {posargs}
setenv = PY_IGNORE_IMPORTMISMATCH=1
deps = -r{toxinidir}/tests/requirements.txt
commands = py.test --cov-append {posargs}

[testenv:flake8]
basepython = python3
Expand Down

0 comments on commit 08b4e7f

Please sign in to comment.