summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAmjith Ramanujam <amjith.r@gmail.com>2015-10-28 07:10:05 -0700
committerAmjith Ramanujam <amjith.r@gmail.com>2015-10-28 07:10:05 -0700
commit7e59c06568b38c092804e9054315b3e76e792365 (patch)
treeacddfc5e5c5f9f36ffbdcca59ba1a98046891236
parenta5cf7d9ba273854d9ad5dfba8a3d3a57ded651fe (diff)
parent25e63f384f71fd5cf5c1bd0a17a132b59291248a (diff)
Merge pull request #402 from dbcli/darikg/pin-codecov
Pin codecov version in 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