Commit 56de699f21a0b6f9c00f9706b5a82d28b6e4f43a
1 parent
a872e1aa3d
Add a directive to find git version on travis.
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: | 4 | before_script: |
| 5 | - "git --version" | ||
| 5 | - "sudo apt-get install zsh" | 6 | - "sudo apt-get install zsh" |
| 6 | - "git config --global user.name test" | 7 | - "git config --global user.name test" |
| 7 | - "git config --global user.email test@test.test" | 8 | - "git config --global user.email test@test.test" |
| 8 | install: "pip install -r requirements.txt --use-mirrors" | 9 | install: "pip install -r requirements.txt --use-mirrors" |
| 9 | script: "make tests" | 10 | script: "make tests" |
| 10 | 11 |