Blame view
.travis.yml
105 Bytes
|
9948f3ed0
|
1 2 3 4 5 |
language: python
python:
- "2.7"
install: "pip install -r requirements.txt --use-mirrors"
script: make
|
|
9948f3ed0
|
1 2 3 4 5 |
language: python
python:
- "2.7"
install: "pip install -r requirements.txt --use-mirrors"
script: make
|