Skip to content

Commit

Permalink
added skip_install to tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
darvid committed May 26, 2018
1 parent f88446b commit 1bae8b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
envlist = py27,py34,py35,py36

[testenv]
skip_install = true
install_command =
pip install --pre --no-index -f {toxinidir}/wheelhouse/ {opts} {packages}
commands = py.test {posargs}
Expand Down

0 comments on commit 1bae8b5

Please sign in to comment.