mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Merge branch 'stable'
This commit is contained in:
commit
f769dadc53
@ -4,12 +4,12 @@ cache:
|
|||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
python:
|
python:
|
||||||
|
- "pypy"
|
||||||
- "2.7"
|
- "2.7"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
- "3.5"
|
- "3.5"
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "nightly"
|
- "nightly"
|
||||||
- "pypy"
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TEST='-v --durations 25'
|
- TEST='-v --durations 25'
|
||||||
|
@ -3,7 +3,7 @@ pytest>=3.0
|
|||||||
pytest-cov
|
pytest-cov
|
||||||
mock
|
mock
|
||||||
six>=1.4
|
six>=1.4
|
||||||
Jinja2>=2.3
|
Jinja2>=2.3,<2.9
|
||||||
Pygments>=2.0
|
Pygments>=2.0
|
||||||
docutils>=0.11
|
docutils>=0.11
|
||||||
snowballstemmer>=1.1
|
snowballstemmer>=1.1
|
||||||
|
Loading…
Reference in New Issue
Block a user