blob: 25185f87ac83cdcb5881b418f7e6d9046eb1e151 [file] [log] [blame]
language: python
sudo: false
python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
services:
- mongodb
- redis-server
install:
- pip install --upgrade .
- pip install --upgrade -r requirements-test.txt
- pip install coveralls
script: py.test -s -v tests --cov requests_cache
after_success:
coveralls