sprockets.clients.redis/.travis.yml

25 lines
622 B
YAML
Raw Permalink Normal View History

2015-03-26 21:41:18 +00:00
language: python
python:
- 2.7
- pypy
2015-03-31 17:47:44 +00:00
# - 3.2 # Depends on consistent_hash supporting python 3 https://github.com/yummybian/consistent-hash/issues/8
# - 3.3
# - 3.4
2015-03-26 21:41:18 +00:00
install:
- pip install -r test-requirements.txt
- pip install -e .
script: nosetests
after_success:
- coveralls
deploy:
2015-05-18 19:15:22 +00:00
user: sprockets
2015-03-26 21:41:18 +00:00
provider: pypi
on:
python: 2.7
tags: true
all_branches: true
password:
2015-03-31 17:28:38 +00:00
secure: "UFxlqmRDVHsXOlKedFtVwJEBu4qqu1/l3DFvgLnysqyLUQd6VhvIV4YaXGJiHFCFc5wPn0TKy+SvAwoM8Ecni0jpd0DdKcB74HZoOPongZN6c4kdOstkBsTbi28+5hsaFIzQqf5uJI+lcpxsQ5DT4e+7rzYi3XR/WQ08x8DVEjQ="
services:
- redis-server