9 lines
187 B
YAML
9 lines
187 B
YAML
language: python
|
|
python:
|
|
- 2.7
|
|
install:
|
|
- pip install -q -r requirements.txt --use-mirrors
|
|
- pip install -q -r test-requirements.txt --use-mirrors
|
|
script:
|
|
- python setup.py testr
|