Added before_script hook

This commit is contained in:
Konsta Vesterinen
2013-07-23 10:55:38 +03:00
parent 956eca0896
commit e564671360

View File

@@ -1,3 +1,7 @@
before_script:
- psql -c 'create database sqlalchemy_utils_test;' -U postgres
language: python
python:
- 2.6