gunicorn/.travis.yml
2012-08-03 21:32:57 +02:00

14 lines
135 B
YAML

language: python
python:
- 2.6
- 2.7
- pypy
install: python setup.py install
script: nosetests
branches:
only:
- master