Skip to content

Commit

Permalink
refactor(travis): use make
Browse files Browse the repository at this point in the history
  • Loading branch information
h2non committed Jul 31, 2016
1 parent e84831b commit 650c997
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 @@ -14,7 +14,7 @@ install:

script:
- make lint
- python -m unittest discover
- make test

after_success:
coveralls

0 comments on commit 650c997

Please sign in to comment.