Skip to content

Commit 5524a47

Browse files
committed
Travis: Do F401 check before running the tests
1 parent ef37a58 commit 5524a47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,12 @@ branches:
4141
- master
4242

4343
install:
44-
- pip install -U pip nose coveralls coverage numpy scipy pandas numba sympy ipython statsmodels
44+
- pip install -U pip nose coveralls coverage numpy scipy pandas numba sympy ipython statsmodels flake8
4545
- pip install tables
4646
- python setup.py install
4747

4848
script:
49+
- flake8 --select F401 quantecon
4950
- nosetests --with-coverage -a "!slow" --cover-package=quantecon
5051

5152
after_success:

0 commit comments

Comments
 (0)