Skip to content

Commit

Permalink
Travis: Do F401 check before running the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Dec 20, 2018
1 parent ef37a58 commit 5524a47
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,12 @@ branches:
- master

install:
- pip install -U pip nose coveralls coverage numpy scipy pandas numba sympy ipython statsmodels
- pip install -U pip nose coveralls coverage numpy scipy pandas numba sympy ipython statsmodels flake8
- pip install tables
- python setup.py install

script:
- flake8 --select F401 quantecon
- nosetests --with-coverage -a "!slow" --cover-package=quantecon

after_success:
Expand Down

0 comments on commit 5524a47

Please sign in to comment.