Commit d3633639266810001e963f971e48551cfc708da7

Authored by Guilherme Espada
1 parent ebc6cef868

Fix bad git state on CI

Showing 1 changed file with 4 additions and 1 deletions Inline Diff

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 before_script:
5 - "sudo apt-get install zsh"
6 - "git config --global user.name test"
7 - "git config --global user.email test@test.test"
5 install: "pip install -r requirements.txt --use-mirrors" 8 install: "pip install -r requirements.txt --use-mirrors"
6 script: "make tests" 9 script: "make tests"
7 10