Commit f56c94405595822a3515f69ae776613b48350b11

Authored by Guilherme Espada
1 parent 9948f3ed03

Try to fix CI

Showing 1 changed file with 2 additions and 1 deletions Side-by-side Diff

1 1 language: python
2 2 python:
3 3 - "2.7"
  4 +before_script: "sudo apt-get install zsh"
4 5 install: "pip install -r requirements.txt --use-mirrors"
5 6 -script: make
  7 +script: make
6 8 \ No newline at end of file