Skip to content

Commit

Permalink
More defaults for annoying postgres 9.1 createuser
Browse files Browse the repository at this point in the history
  • Loading branch information
lrowe committed Sep 25, 2013
1 parent 229638f commit e34daec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Expand Up @@ -5,13 +5,12 @@ python:
- "3.2"
- "3.3"
before_install:
- sudo -u postgres createuser --no-createdb --no-createrole --no-superuser $USER
- sudo -u postgres createdb --owner=$USER zope_sqlalchemy_tests
- pip install -U setuptools
install:
- python bootstrap.py
- bin/buildout -c postgres.cfg
before_script:
- sudo -u postgres createuser --no-superuser $USER
- sudo -u postgres createdb --owner=$USER zope_sqlalchemy_tests
script:
- bin/test
- bin/testpg

0 comments on commit e34daec

Please sign in to comment.