blob: e1086afd07c8269af1160df76b00779857e0f868 [file] [log] [blame]
language: python
python:
- "2.6"
- "2.7"
- "3.4"
services:
- mongodb
- redis-server
install:
- "pip install ."
- "pip install -r requirements-test.txt"
script: py.test tests