blob: a6b1bc9c75527cce839bbebb783ff3a734bbf333 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
language: python
python:
- "2.6"
- "2.7"
env:
- PYTHONPATH='.'
branches:
only:
- master
- next
install: pip install gunicorn && pip install -r requirements.txt --use-mirrors
script: python setup.py test --functional
|