mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-21 19:28:36 +00:00
Fix coverage issue.
Fix coverage issue.
This commit is contained in:
parent
ef071c5fcb
commit
c1a25bbb87
1 changed files with 1 additions and 11 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue