From 85f528aa4cb00e17a56185c315dc1700f118ab0b Mon Sep 17 00:00:00 2001 From: baztian Date: Tue, 7 Mar 2017 14:32:35 +0100 Subject: [PATCH] Align .travis.yml to tox related changes. --- .travis.yml | 2 +- ci/dot_jip | 7 ------- 2 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 ci/dot_jip diff --git a/.travis.yml b/.travis.yml index d320394..bd30482 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_install: install: - if [ "$JDBC_DRIVER" == "org.jaydebeapi:mockdriver:1.0-SNAPSHOT" ]; then (cd mockdriver && mvn install) ;fi - - if [ -n "$JDBC_DRIVER" ]; then envsubst < ci/dot_jip > $VIRTUAL_ENV/.jip && pip install jip==0.9.3 && jip install $JDBC_DRIVER && export CLASSPATH=$VIRTUAL_ENV/javalib/* ;fi # TODO: Fix jip to search for local maven repo without twaking .jip + - if [ -n "$JDBC_DRIVER" ]; then python jipconf_subst.py $VIRTUAL_ENV && pip install jip==0.9.3 && jip install $JDBC_DRIVER && export CLASSPATH=$VIRTUAL_ENV/javalib/* ;fi # TODO: Fix jip to search for local maven repo without twaking .jip - source $HOME/myvirtualenv/bin/activate - pip install -e . - if [ -z "$JYTHON" ]; then pip install coveralls ;fi diff --git a/ci/dot_jip b/ci/dot_jip deleted file mode 100644 index 8f5cf39..0000000 --- a/ci/dot_jip +++ /dev/null @@ -1,7 +0,0 @@ -[repos:local] -uri=$HOME/.m2/repository/ -type=local - -[repos:central] -uri=http://repo1.maven.org/maven2/ -type=remote