Commit 72e72c6085ad80c2549b8d4316a6f8a48593334e

Authored by Shrikant Sharat
1 parent 9948f3ed03

Use the non-interactive run with travis.

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

1 language: python 1 language: python
2 python: 2 python:
3 - "2.7" 3 - "2.7"
4 install: "pip install -r requirements.txt --use-mirrors" 4 install: "pip install -r requirements.txt --use-mirrors"
5 script: make 5 script: make tests
6 6