Skip to content

Commit

Permalink
Use makefile to run tests on travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Kentzo committed Aug 14, 2018
1 parent c9d7eba commit d18edda
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 @@ -190,7 +190,7 @@ install:
- ${PIP} install -r requirements.txt

script:
- python setup.py test
- make test

after_success:
- python -m codecov

0 comments on commit d18edda

Please sign in to comment.