Skip to content

Commit

Permalink
Fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
amosbastian committed Feb 19, 2019
1 parent ed88739 commit a5be26c
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 @@ -11,7 +11,7 @@ install:
- python setup.py install

script:
- pytest --cov=fpl tests
- pytest --cov=fpl

after_success:
- codecov

0 comments on commit a5be26c

Please sign in to comment.