Revert "Another try with virtualenv 16.5.0"

This reverts commit 94247cb2f8.
master
baztian 2020-05-27 20:52:10 +02:00
parent 94247cb2f8
commit 5b80ee6e10
1 changed files with 1 additions and 2 deletions

View File

@ -5,8 +5,7 @@ INST_DIR=$HOME/jython/jython-${JYTHON##*:}
if [ ! -d "$INST_DIR" ]; then
JYTHON_JAR=$(${TRAVIS_BUILD_DIR}/ci/mvnget.sh "$JYTHON")
java -jar ${JYTHON_JAR} -s -d "$INST_DIR"
"$INST_DIR"/bin/pip install --upgrade pip
fi
pip install --upgrade virtualenv==16.5.0 tox==3.9.0 coverage==4.5.4
pip install --upgrade virtualenv==15.1.0 tox==3.9.0 coverage==4.5.4
mkdir -p $HOME/bin
ln -s "$INST_DIR"/bin/jython $HOME/bin/