Skip to content

Commit

Permalink
Update tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenkov authored Jun 30, 2019
1 parent 85b8d28 commit e89b8e2
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 @@ -23,7 +23,7 @@ addopts = -rfxEXs --durations=20 --showlocals --reruns 3 --reruns-delay 1
recreate = True

; rackcdn host only for windows wheels (numpy, scipy)
install_command = pip install --timeout=60 --trusted-host 28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com --find-links http://28daf2247a33ed269873-7b1aad3fab3cc330e1fd9d109892382a.r6.cf2.rackcdn.com/ {env:TOX_PIP_OPTS:} {opts} {packages}
install_command = pip.sh {env:TOX_PIP_OPTS:} {opts} {packages}

deps =
py37: numpy==1.14.5
Expand Down

0 comments on commit e89b8e2

Please sign in to comment.