Skip to content

Commit

Permalink
Updated travis conf
Browse files Browse the repository at this point in the history
  • Loading branch information
kalaspuff committed Jul 5, 2017
1 parent 303bc3d commit 0dbc175
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 @@ -14,8 +14,8 @@ script:
- pep8 --ignore=E501 .
- py.test --cov=./ tests/
- tomodachi run tests/run_example_service.py
- tomodachi -v
- tomodachi --dependency-versions
- python tomodachi.py -v
- python tomodachi.py --dependency-versions
- mypy ./
after_success:
- codecov

0 comments on commit 0dbc175

Please sign in to comment.