Skip to content

Commit

Permalink
fix typo in coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
segasai committed Jun 30, 2020
1 parent 2b98a07 commit 540250a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
[run]
source=py/
*/site-packages
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ script:
- wget -i ../bc.list
- for a in *txz ; do tar xfJ $a ; done
- cd ..
- pytest --cov=minimist -s
- pytest --cov=minimint -s

after_success: coveralls

0 comments on commit 540250a

Please sign in to comment.