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)