summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDarik Gamble <darik.gamble@gmail.com>2015-10-28 09:59:16 -0400
committerDarik Gamble <darik.gamble@gmail.com>2015-10-28 10:02:11 -0400
commit25e63f384f71fd5cf5c1bd0a17a132b59291248a (patch)
treeacddfc5e5c5f9f36ffbdcca59ba1a98046891236 /.travis.yml
parenta5cf7d9ba273854d9ad5dfba8a3d3a57ded651fe (diff)
pin codecov version in test
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 54cdc4e7..116c2cd4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,7 +6,7 @@ python:
- "3.4"
install:
- - pip install . pytest mock codecov behave pexpect==3.3
+ - pip install . pytest mock codecov==1.5.1 behave pexpect==3.3
script:
- coverage run --source pgcli -m py.test