Commit ebc6cef86815d4bc64b3a843f7b19fb1151ca84e
1 parent
f56c944055
Fix interactive tests on CI
Showing 1 changed file with 1 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: "sudo apt-get install zsh" | 4 | before_script: "sudo apt-get install zsh" |
| 5 | install: "pip install -r requirements.txt --use-mirrors" | 5 | install: "pip install -r requirements.txt --use-mirrors" |
| 6 | script: make | ||
| 6 | script: "make tests" |