Skip to content

Commit

Permalink
create db
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronsw committed Feb 27, 2012
1 parent 1316290 commit 55a6b7e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,4 +6,5 @@ python:
- "3.2"
install: pip install -r test/requirements.txt --use-mirrors
script: python test/alltests.py

before_script:
- "psql -c 'create database webpy;' -U postgres"

0 comments on commit 55a6b7e

Please sign in to comment.