Downgrade virtualenv again due to some unknown incompatibilities

master
baztian 2020-05-27 20:10:40 +02:00
parent 464baa8a8e
commit b092431e20
1 changed files with 1 additions and 1 deletions

View File

@ -6,6 +6,6 @@ if [ ! -d "$INST_DIR" ]; then
JYTHON_JAR=$(${TRAVIS_BUILD_DIR}/ci/mvnget.sh "$JYTHON")
java -jar ${JYTHON_JAR} -s -d "$INST_DIR"
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/