mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
travis: Specify the version of pypy to avoid travis's issue
This commit is contained in:
parent
98e0f6b56f
commit
fb3e77bb78
@ -5,7 +5,7 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
python:
|
python:
|
||||||
- "pypy"
|
- "pypy-5.4.1"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
@ -27,7 +27,7 @@ matrix:
|
|||||||
env: DOCUTILS=0.12
|
env: DOCUTILS=0.12
|
||||||
- python: nightly
|
- python: nightly
|
||||||
env: DOCUTILS=0.12
|
env: DOCUTILS=0.12
|
||||||
- python: pypy
|
- python: "pypy-5.4.1"
|
||||||
env: DOCUTILS=0.12
|
env: DOCUTILS=0.12
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
Reference in New Issue
Block a user