Skip to content

Commit

Permalink
[TESTING] Add timer to see how long each tests takes
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Dec 11, 2018
1 parent 673131e commit 8a1d36f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ before_install:
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION ipython numpy scipy nose pandas pip sympy pytables statsmodels numba
# To Install Full Anaconda Stack (conda install --yes python=$TRAVIS_PYTHON_VERSION anaconda)
- pip install coveralls coverage
- pip install coveralls coverage nose-timer
- python setup.py install

script:
- nosetests --with-coverage --cover-package=quantecon
- nosetests --with-coverage --with-timer --cover-package=quantecon

after_success:
- coveralls

0 comments on commit 8a1d36f

Please sign in to comment.