Skip to content

Commit

Permalink
update the testing db
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhilbert committed Aug 9, 2015
1 parent 16d2a95 commit e6bda23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ before_script:
- psql -d openspending_testing -U postgres -c "create extension postgis"
- pg_restore -d openspending_testing -U postgres < ./openspending/tests/fixtures/testing_database.backup
#make sure there is the latest db schema
- ostool db migrate
#migrate script didn't work with absolute location
#- ostool db migrate
- nosetests --version
script:
- nosetests --with-coverage --cover-package=openspending
Expand Down
Binary file modified openspending/tests/fixtures/testing_database.backup
Binary file not shown.

0 comments on commit e6bda23

Please sign in to comment.