From e611ee1e8ccc56d077c61bbbf9559f9d9b1ca003 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 16 Feb 2019 14:14:38 +0200 Subject: [PATCH] travis: Fix after_success spelling, should actually upload to codecov now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c7dfe890..017c3bb9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ script: - pip install -e . - pytest --cov ./MySQLdb -after_succes: +after_success: - codecov matrix: