Be sure to reset db before ALL tests

This commit is contained in:
Joe Nelson
2014-12-06 17:42:42 -08:00
parent a45718e992
commit 7d58097449
9 changed files with 11 additions and 8 deletions
+3
View File
@@ -1,3 +1,6 @@
machine:
pre:
- createuser --superuser --no-password dbapi_test
- createdb -O dbapi_test -U ubuntu dbapi_test
ghc:
version: 7.8.3