mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
16 lines
270 B
YAML
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
|