aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2017-10-13 01:52:18 +0000
committerMike Crute <mike@crute.us>2017-10-13 01:52:18 +0000
commit8d8d3f1418eefe5e0ec179ddd768bb96866ecc8b (patch)
tree2f5a07b443aac964a4ceebb9d561af9f7ec60bbc
parent8b4a7af3e6f46612a92a6f203c9ee8e7692fba76 (diff)
downloadpydora-8d8d3f1418eefe5e0ec179ddd768bb96866ecc8b.tar.bz2
pydora-8d8d3f1418eefe5e0ec179ddd768bb96866ecc8b.tar.xz
pydora-8d8d3f1418eefe5e0ec179ddd768bb96866ecc8b.zip
Enable codecov
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 6aa1c82..ba47d05 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,5 +10,9 @@ before_script:
10 - pip install -U mock nose pytest 10 - pip install -U mock nose pytest
11 # Only used in production for python3.4- but required for tests 11 # Only used in production for python3.4- but required for tests
12 - pip install cryptography 12 - pip install cryptography
13 # Enable sending Coverage data
14 - pip install codecov
13script: 15script:
14 - python setup.py validate 16 - python setup.py validate
17after_success:
18 - codecov