diff --git a/.travis.yml b/.travis.yml index 2de6a3f..82c14e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,13 +18,13 @@ cache: - $HOME/.cache/pip install: - - pip install tox coveralls + - pip install tox coveralls flake8 pylint env: - TOXENV=py36 - TOXENV=py27 -script: tox +script: flake8 adb/ && pylint adb/ && tox after_success: - coveralls