Blame view
.travis.yml
146 Bytes
|
9948f3ed0
|
1 2 3 |
language: python
python:
- "2.7"
|
|
f56c94405
|
4 |
before_script: "sudo apt-get install zsh" |
|
9948f3ed0
|
5 |
install: "pip install -r requirements.txt --use-mirrors" |
|
f56c94405
|
6 |
script: make |