Skip to content

Commit

Permalink
fix syspath issues with tox
Browse files Browse the repository at this point in the history
  • Loading branch information
Davide Moro committed May 26, 2017
1 parent 24adcae commit 2adf8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ skip_missing_interpreters = true

[testenv]
deps = -e.[tests]
commands = py.test {posargs:tests}
commands = python -m pytest {posargs:tests}

[testenv:flake8]
skip_install = true
Expand Down

0 comments on commit 2adf8e3

Please sign in to comment.