Loading .travis.yml +5 −4 Original line number Diff line number Diff line dist: trusty language: generic # Since we use conda, just go generic sudo: false Loading @@ -24,10 +25,6 @@ addons: packages: - postgresql-9.6-postgis-2.3 before_script: - psql -c 'create database travis_ci_test;' -U postgres - psql -d travis_ci_test -c "CREATE EXTENSION postgis;" before_install: # We do this conditionally because it saves us some downloading if the # version is the same. Loading @@ -52,6 +49,10 @@ before_install: - export PROJ_LIB=$CONDA_PREFIX/share/proj - export autocnet_config=sample.yml before_script: - psql -c 'create database travis_ci_test;' -U postgres t- psql -d travis_ci_test -c "CREATE EXTENSION postgis;" script: - pytest autocnet tests Loading Loading
.travis.yml +5 −4 Original line number Diff line number Diff line dist: trusty language: generic # Since we use conda, just go generic sudo: false Loading @@ -24,10 +25,6 @@ addons: packages: - postgresql-9.6-postgis-2.3 before_script: - psql -c 'create database travis_ci_test;' -U postgres - psql -d travis_ci_test -c "CREATE EXTENSION postgis;" before_install: # We do this conditionally because it saves us some downloading if the # version is the same. Loading @@ -52,6 +49,10 @@ before_install: - export PROJ_LIB=$CONDA_PREFIX/share/proj - export autocnet_config=sample.yml before_script: - psql -c 'create database travis_ci_test;' -U postgres t- psql -d travis_ci_test -c "CREATE EXTENSION postgis;" script: - pytest autocnet tests Loading