gunicorn/.travis.yml
benoitc 6c34654e91 temporarely rmove 3.3 from travis tests.
testing 3.3 is broken in travis.
2012-11-19 12:02:36 +01:00

18 lines
207 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
- pypy
install:
- pip install -r requirements_dev.txt --use-mirrors
- python setup.py install
script: py.test tests/
branches:
only:
- master