Skip to content

Commit

Permalink
Don't init weather tables in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
WillEngler committed Nov 28, 2016
1 parent c1da7c6 commit eeec1f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ install:
- sudo -u postgres psql -c "ALTER USER postgres WITH PASSWORD 'password';"
- sudo -u postgres psql -c "CREATE DATABASE plenario_test;"
- sudo -u postgres psql -c "CREATE EXTENSION postgis;" plenario_test
- python init_db.py
- python init_db.py -m -u -f -k
script:
###
# Something strange is up with our tests
Expand Down

0 comments on commit eeec1f5

Please sign in to comment.