зеркало из https://github.com/mozilla/commonware.git
7 строки
115 B
YAML
7 строки
115 B
YAML
|
language: python
|
||
|
python:
|
||
|
- "2.6"
|
||
|
- "2.7"
|
||
|
install: pip install -r requirements.txt --use-mirrors
|
||
|
script: fab test
|