Align .travis.yml to tox related changes.
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ before_install:
|
|||||||
|
|
||||||
install:
|
install:
|
||||||
- if [ "$JDBC_DRIVER" == "org.jaydebeapi:mockdriver:1.0-SNAPSHOT" ]; then (cd mockdriver && mvn install) ;fi
|
- 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
|
- source $HOME/myvirtualenv/bin/activate
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- if [ -z "$JYTHON" ]; then pip install coveralls ;fi
|
- if [ -z "$JYTHON" ]; then pip install coveralls ;fi
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
[repos:local]
|
|
||||||
uri=$HOME/.m2/repository/
|
|
||||||
type=local
|
|
||||||
|
|
||||||
[repos:central]
|
|
||||||
uri=http://repo1.maven.org/maven2/
|
|
||||||
type=remote
|
|
||||||
Reference in New Issue
Block a user