Files
deb-python-sqlalchemy-utils/.travis.yml
Konsta Vesterinen 175982f224 Fix db ref
2014-04-03 15:44:00 +03:00

20 lines
272 B
YAML

addons:
postgresql: 9.3
before_script:
- psql -c 'create database sqlalchemy_utils_test;' -U postgres
- mysql -e 'create database sqlalchemy_utils_test;'
language: python
python:
- 2.6
- 2.7
- 3.3
install:
- pip install -e ".[test]"
script:
- py.test