Commit ebc6cef86815d4bc64b3a843f7b19fb1151ca84e

Authored by Guilherme Espada
1 parent f56c944055

Fix interactive tests on CI

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

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