Skip to content

Commit

Permalink
Merge 2872647 into 86ae934
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffLIrion committed Sep 8, 2019
2 parents 86ae934 + 2872647 commit 23b08dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 23b08dc

Please sign in to comment.