mirror of
https://github.com/frappe/gunicorn.git
synced 2026-01-14 11:09:11 +08:00
Also, enable Python 3.4 on Travis CI.
(The "--use-mirrors" option was deprecated, so I removed it.)
This commit is contained in:
parent
9f8f37d07d
commit
08ec1b2c70
@ -3,9 +3,10 @@ python:
|
|||||||
- "2.6"
|
- "2.6"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.3"
|
- "3.3"
|
||||||
|
- "3.4"
|
||||||
- "pypy"
|
- "pypy"
|
||||||
install:
|
install:
|
||||||
- "pip install -r requirements_dev.txt --use-mirrors"
|
- "pip install -r requirements_dev.txt"
|
||||||
- "python setup.py install"
|
- "python setup.py install"
|
||||||
script: py.test -x tests/
|
script: py.test -x tests/
|
||||||
branches:
|
branches:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user