Files
deb-python-sqlalchemy-utils/.travis.yml
2013-08-03 18:02:49 +03:00

14 lines
202 B
YAML

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