Skip to content

Commit

Permalink
Fix tox build
Browse files Browse the repository at this point in the history
  • Loading branch information
philpep committed Apr 13, 2015
1 parent 901d257 commit 2655843
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 @@ -3,7 +3,7 @@ envlist=py27,py34,flake8

[testenv]
deps=-rtest-requirements.txt
commands=py.test --junit-xml junit.xml --cov {envsitepackagesdir}/testinfra --cov-report xml --cov-report term {posargs:} testinfra
commands=testinfra --junit-xml junit.xml --cov {envsitepackagesdir}/testinfra --cov-report xml --cov-report term {posargs:} testinfra

[testenv:flake8]
basepython=python
Expand Down

0 comments on commit 2655843

Please sign in to comment.