Removed upload token as it is not required for public repositories.

This commit is contained in:
Damian Büchel 2017-10-09 08:00:46 +02:00 committed by GitHub
parent 246f7f6440
commit d5eecb0bb2

View file

@ -9,4 +9,4 @@ test_script:
after_test:
- "SET PATH=C:\\Python34;C:\\Python34\\Scripts;%PATH%"
- pip install codecov
- codecov -f "coverage.xml" -t YourUploadToken
- codecov -f "coverage.xml"