aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-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