Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
[tox] no def value
Browse files Browse the repository at this point in the history
  • Loading branch information
marscher committed Oct 1, 2014
1 parent e707d34 commit dbd0739
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 @@ -19,7 +19,7 @@ indexserver =

[testenv]
# workaround for missing --pre option in virtualenv pip installation (missing option)
install_command = pip install --use-wheel --find-links file://{env:JENKINS_HOME,'.'}/wheels {opts} {packages}
install_command = pip install --use-wheel --find-links file://{env:JENKINS_HOME}/wheels {opts} {packages}
[base]
# use dependencies from setup.py
deps = -r{toxinidir}/requirements.txt
Expand Down

0 comments on commit dbd0739

Please sign in to comment.