Files
deb-python-sqlalchemy-utils/.travis.yml
2013-07-23 10:55:38 +03:00

14 lines
240 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 -q -e ".[test,color,phone,password]" --use-mirrors
script:
- python setup.py test