Skip to content

Commit

Permalink
pass PIP_INSECURE as env var in py25 environment
Browse files Browse the repository at this point in the history
  • Loading branch information
hpk42 committed Sep 4, 2013
1 parent 509f5e2 commit f60cfce
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ commands=
--junitxml={envlogdir}/junit-{envname}.xml \
check_sphinx.py {posargs}

[testenv:py25]
setenv= PIP_INSECURE=1

[pytest]
rsyncdirs=tests tox

0 comments on commit f60cfce

Please sign in to comment.