Skip to content

Commit 83a2413

Browse files
committed
PIP_INSECURE doesn't work with Jython.
1 parent f6fff22 commit 83a2413

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ deps =
1919
simplejson
2020
{[testenv]deps}
2121

22+
# PIP_INSECURE doesn't work with Jython
2223
[testenv:jython]
23-
setenv =
24-
PIP_INSECURE = 1
24+
commands =
25+
{envpython} -m easy_install nose simplejson
26+
{envpython} setup.py --no_ext test
2527
deps =
26-
{[testenv:py25]deps}
2728

0 commit comments

Comments
 (0)