Align .travis.yml to tox related changes.
parent
bc732dca08
commit
85f528aa4c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
[repos:local]
|
||||
uri=$HOME/.m2/repository/
|
||||
type=local
|
||||
|
||||
[repos:central]
|
||||
uri=http://repo1.maven.org/maven2/
|
||||
type=remote
|
||||
Loading…
Reference in New Issue