diff --git a/ci/before_install_jython.sh b/ci/before_install_jython.sh index 461669f..5f622bf 100755 --- a/ci/before_install_jython.sh +++ b/ci/before_install_jython.sh @@ -14,13 +14,20 @@ then # Travis CI virtualenv version is greater 1.9.1, which was the # last version compatible with Python version before 2.6 pip install virtualenv==1.9.1 - # No SSL support for Jython - mkdir $HOME/.pip - cat > $HOME/.pip/pip.conf < $HOME/myvirtualenv/pip.conf <> $HOME/myvirtualenv/bin/activate +export PIP_CONFIG_FILE=$HOME/myvirtualenv/pip.conf +EOF +fi