Commit d0ca52cbadf4022ba491b714128150a001737738
Merge pull request #22 from GUIpsp/patch-1
Try to fix CI
Showing 1 changed file Inline Diff
.travis.yml
| 1 | language: python | 1 | language: python |
| 2 | python: | 2 | python: |
| 3 | - "2.7" | 3 | - "2.7" |
| 4 | before_script: | ||
| 5 | - "sudo apt-get install zsh" | ||
| 6 | - "git config --global user.name test" | ||
| 7 | - "git config --global user.email test@test.test" | ||
| 4 | install: "pip install -r requirements.txt --use-mirrors" | 8 | install: "pip install -r requirements.txt --use-mirrors" |
| 5 | script: make | 9 | script: "make tests" |
| 6 | 10 |