Commit f56c94405595822a3515f69ae776613b48350b11
1 parent
9948f3ed03
Try to fix CI
Showing 1 changed file with 2 additions and 1 deletions Inline Diff
.travis.yml
1 | language: python | 1 | language: python |
2 | python: | 2 | python: |
3 | - "2.7" | 3 | - "2.7" |
4 | before_script: "sudo apt-get install zsh" | ||
4 | install: "pip install -r requirements.txt --use-mirrors" | 5 | install: "pip install -r requirements.txt --use-mirrors" |
5 | script: make | 6 | script: make |