Skip to content
This repository has been archived by the owner on Jul 13, 2018. It is now read-only.

Commit

Permalink
Fix coverage issue.
Browse files Browse the repository at this point in the history
Fix coverage issue.
  • Loading branch information
bkorty committed May 12, 2015
1 parent ef071c5 commit c1a25bb
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .travis.yml
Expand Up @@ -9,16 +9,6 @@ install:
- pip install -r requirements.txt -r test-requirements.txt
script: nosetests
after_success:
- covercov
deploy:
provider: pypi
distributions: "sdist bdist_wheel"
user: johnb
password:
secure: "Q0XIvK1R4kv2uFoUDOARQ1swgcnWqlE0jO20Urc0RsuTejY4/uNgUxvp3wfnd+NKARHwrUQFYHGzI5ueVcppQzGzZArr/o3DB9Vh7OURBtbqrSReRsz9QXmV3pDAbSq3p1QbhCryZeEOU0V5DqlnYfVuiM27WWo+V8gg20qn5OY="
on:
python: 2.7
tags: true
all_branches: true
- codecov
services:
- cassandra

0 comments on commit c1a25bb

Please sign in to comment.