Skip to content

Commit

Permalink
Remove forgotten py.test options from tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Oct 22, 2013
1 parent e7a6440 commit 54334b8
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 @@ -42,7 +42,7 @@ basepython = python3.3
deps =
{[testenv]deps}
greenlet
commands = py.test -v -s --cov structlog --cov-config=.coveragerc.py3
commands = py.test --cov structlog --cov-config=.coveragerc.py3

[testenv:flake8]
basepython = python2.7
Expand Down

0 comments on commit 54334b8

Please sign in to comment.