gunicorn/.travis.yml
2014-06-09 19:41:58 +03:00

16 lines
270 B
YAML

language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- "pip install -r requirements_dev.txt"
- "python setup.py install"
- python check_py3k.py && pip install aiohttp || true
script: py.test -x tests/
branches:
only:
- master