Skip to content

Commit

Permalink
Specify package to linting for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
catcombo committed Dec 6, 2019
1 parent 8e30bf1 commit 96d2ef1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
- pip install coveralls

script:
- flake8
- flake8 speedinfo
- coverage run --source=speedinfo runtests.py

after_success:
Expand Down

0 comments on commit 96d2ef1

Please sign in to comment.