From ba7101e2cd790fde701b0d4942fb2f465f860ef7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 8 Jan 2017 23:13:47 -0500 Subject: [PATCH] Update .travis.yml --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index fffeab60..7abe7e4d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,4 +12,6 @@ python: # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: make test \ No newline at end of file +script: make test +after_success: + - bash <(curl -s https://codecov.io/bash)