Skip to content

Commit

Permalink
Print flake8 and isort version on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed May 31, 2017
1 parent 0099199 commit d4a5f2c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ matrix:
- pip install flake8
- pip install isort
script:
- flake8 --version
- flake8 tsstats/**/*.py
- isort -v
- isort -c tsstats/**/*.py

install:
Expand Down

0 comments on commit d4a5f2c

Please sign in to comment.