travis: Fix after_success spelling, should actually upload to codecov now (#332)

This commit is contained in:
Ville Skyttä
2019-02-16 15:06:48 +02:00
committed by Inada Naoki
parent 474dac6b45
commit 79cd82388e

View File

@@ -33,7 +33,7 @@ script:
- pip install -e .
- pytest --cov ./MySQLdb
after_succes:
after_success:
- codecov
matrix: