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"
|
||||
env:
|
||||
global:
|
||||
- TEST=-v
|
||||
- TEST=-v --with-timer
|
||||
matrix:
|
||||
- DOCUTILS=0.11
|
||||
- DOCUTILS=0.12
|
||||
|
@ -1,5 +1,6 @@
|
||||
flake8
|
||||
nose
|
||||
nose-timer
|
||||
mock
|
||||
six>=1.4
|
||||
Jinja2>=2.3
|
||||
|
Loading…
Reference in New Issue
Block a user