Files
deb-python-sqlalchemy-utils/.travis.yml
Konsta Vesterinen d58ea13482 initial draft
2013-02-18 18:57:14 +02:00

10 lines
129 B
YAML

language: python
python:
- 2.5
- 2.6
- 2.7
install:
- pip install -q -e . --use-mirrors
script:
- python setup.py test