Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenklar committed Feb 10, 2020
1 parent 936a498 commit 4ca6a3b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 0 additions & 11 deletions .env.travis

This file was deleted.

8 changes: 7 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ python:
addons:
postgresql: '10'

env:
global:
- SECRET_KEY=thisisnotaverysecretkey
- DATABASE=postgresql://@/isimip_data
- DATABASE_METADATA=postgresql://@/isimip_metadata
- FILES_BASE_URL=http://files.isimip.org/

before_install:
- sudo apt-get -qq update

Expand All @@ -19,7 +26,6 @@ install:
- pip install coveralls

before_script:
- cp .env.travis .env
- createdb test_isimip_data
- createdb test_isimip_metadata
- psql test_isimip_metadata -U postgres -f testing/sql/test_isimip_metadata.sql
Expand Down

0 comments on commit 4ca6a3b

Please sign in to comment.