Skip to content

Commit

Permalink
Travis: also travis_wait for pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
skirpichev committed Aug 9, 2018
1 parent d6df7ab commit f0f5edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -45,7 +45,7 @@ matrix:
- travis_wait pip install .[exports,plot,interactive,develop,docs]
script:
- travis_wait python setup.py flake8
- pylint diofant
- travis_wait pylint diofant
- python setup.py build_sphinx -W -b html
- |
if [ "${TRAVIS_EVENT_TYPE}" = "cron" ]; then
Expand Down

0 comments on commit f0f5edd

Please sign in to comment.