TST: Add nose-timer to travis.

This commit is contained in:
Thomas Wiecki
2015-01-21 18:25:14 +01:00
parent b121759c68
commit a5eefc7f8c
+2 -1
View File
@@ -20,9 +20,10 @@ install:
- grep nose-parameterized== etc/requirements_dev.txt | xargs pip install
- grep nose-ignore-docstring== etc/requirements_dev.txt | xargs pip install
- pip install coveralls
- pip install nose-timer
before_script:
- "flake8 zipline tests"
script:
- nosetests --exclude=^test_examples --with-coverage --cover-package=zipline
- nosetests --with-timer --exclude=^test_examples --with-coverage --cover-package=zipline
after_success:
- coveralls