Skip to content

Commit

Permalink
Remove accounts database setup from the travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mmulich committed Feb 13, 2015
1 parent 56988ef commit 161f010
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,8 @@ install:
- sudo /usr/bin/python setup.py install
before_script:
# Set up postgres roles
- sudo -u postgres psql -d postgres -c "CREATE USER accounts WITH SUPERUSER PASSWORD 'accounts';"
- sudo -u postgres psql -d postgres -c "CREATE USER cnxarchive WITH SUPERUSER PASSWORD 'cnxarchive';"
# Set up the database
- sudo -u postgres createdb -O accounts oscaccounts-testing
- sudo -u postgres createdb -O cnxarchive cnxarchive-testing
script:
# This is the same as `python -m unittest discover` with a coverage wrapper.
Expand Down

0 comments on commit 161f010

Please sign in to comment.