14 lines
240 B
YAML
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
|