We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef37a58 commit 5524a47Copy full SHA for 5524a47
.travis.yml
@@ -41,11 +41,12 @@ branches:
41
- master
42
43
install:
44
- - 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
45
- pip install tables
46
- python setup.py install
47
48
script:
49
+ - flake8 --select F401 quantecon
50
- nosetests --with-coverage -a "!slow" --cover-package=quantecon
51
52
after_success:
0 commit comments