mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Enable nose-timer on Travis CI
This commit is contained in:
parent
c23a59b70c
commit
d0adc44b90
@ -13,7 +13,7 @@ python:
|
|||||||
- "pypy"
|
- "pypy"
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- TEST=-v
|
- TEST=-v --with-timer
|
||||||
matrix:
|
matrix:
|
||||||
- DOCUTILS=0.11
|
- DOCUTILS=0.11
|
||||||
- DOCUTILS=0.12
|
- DOCUTILS=0.12
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
flake8
|
flake8
|
||||||
nose
|
nose
|
||||||
|
nose-timer
|
||||||
mock
|
mock
|
||||||
six>=1.4
|
six>=1.4
|
||||||
Jinja2>=2.3
|
Jinja2>=2.3
|
||||||
|
Loading…
Reference in New Issue
Block a user