Skip to content

Commit

Permalink
Unbork coverage submission in .travis.yml (YAML keeps tripping me up :-)
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Mar 17, 2015
1 parent 16401c3 commit bc3dbd1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ install:
- pip install coveralls
- python setup.py install
script:
coverage run setup.py test
- coverage run setup.py test
after_success:
coverage combine
coveralls
- coverage combine
- coveralls

0 comments on commit bc3dbd1

Please sign in to comment.