Update .travis.yml

This commit is contained in:
2017-01-08 23:13:47 -05:00
committed by GitHub
parent a43845e729
commit ba7101e2cd
+3 -1
View File
@@ -12,4 +12,6 @@ python:
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: make test
script: make test
after_success:
- bash <(curl -s https://codecov.io/bash)