mirror of
https://github.com/sprockets/sprockets.clients.cassandra.git
synced 2024-11-25 03:00:20 +00:00
c1a25bbb87
Fix coverage issue.
14 lines
222 B
YAML
14 lines
222 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
- 3.3
|
|
- 3.4
|
|
before_install:
|
|
- pip install codecov
|
|
install:
|
|
- pip install -r requirements.txt -r test-requirements.txt
|
|
script: nosetests
|
|
after_success:
|
|
- codecov
|
|
services:
|
|
- cassandra
|