Blame view
.travis.yml
253 Bytes
|
9948f3ed0
|
1 2 3 |
language: python
python:
- "2.7"
|
|
d36336392
|
4 5 6 7 |
before_script:
- "sudo apt-get install zsh"
- "git config --global user.name test"
- "git config --global user.email test@test.test"
|
|
9948f3ed0
|
8 |
install: "pip install -r requirements.txt --use-mirrors" |
|
ebc6cef86
|
9 |
script: "make tests" |