mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
This way we can avoid code duplication. Also, this change makes tests faster due to ignoring the sdist step and adds Python 3.2, 3.4 and PyPy 3 to build matrix.
12 lines
172 B
YAML
12 lines
172 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|
|
- TOXENV=py32
|
|
- TOXENV=py33
|
|
- TOXENV=py34
|
|
- TOXENV=pypy
|
|
- TOXENV=pypy3
|
|
install: pip install tox
|
|
script: tox
|