aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d4501bf..38a96b7 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,6 +11,6 @@ before_script:
11 # Enable sending Coverage data 11 # Enable sending Coverage data
12 - pip install codecov 12 - pip install codecov
13script: 13script:
14 - python setup.py validate 14 - python setup.py release
15after_success: 15after_success:
16 - codecov 16 - codecov