Enable nose-timer on Travis CI

This commit is contained in:
Takeshi KOMIYA 2016-07-14 02:08:56 +09:00
parent c23a59b70c
commit d0adc44b90
2 changed files with 2 additions and 1 deletions

View File

@ -13,7 +13,7 @@ python:
- "pypy"
env:
global:
- TEST=-v
- TEST=-v --with-timer
matrix:
- DOCUTILS=0.11
- DOCUTILS=0.12

View File

@ -1,5 +1,6 @@
flake8
nose
nose-timer
mock
six>=1.4
Jinja2>=2.3