Update .travis.yml

pull/679/head
Steve Peak 2015-09-27 11:10:24 +02:00
parent 17babb7e73
commit 52d55e4f86
1 changed files with 3 additions and 0 deletions

View File

@ -93,4 +93,7 @@ script:
- coverage run setup.py test
after_success:
- python -c "import pickle;print(pickle.loads(open('.coverage').read())"
- coverage xml
- cat coverage.xml
- codecov