From a5eefc7f8cbeef9fcc1f0c68a487c503f4ee919a Mon Sep 17 00:00:00 2001 From: Thomas Wiecki Date: Wed, 21 Jan 2015 18:25:14 +0100 Subject: [PATCH] TST: Add nose-timer to travis. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed4565db..b30f725f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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