Commit 702e5ccf authored by Jay's avatar Jay
Browse files

Maybe need to specify dist

parent 7fb7c284
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
dist: trusty
language: generic  # Since we use conda, just go generic
sudo: false

@@ -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.
@@ -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