Fix builds on travis-ci (3rd attempt)

This commit is contained in:
Vineet Naik 2016-02-14 19:36:16 +05:30
parent 8d7f85f3e4
commit 226007bfe1
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ python:
- "3.3"
- "3.4"
before_install:
- pip install pip>=8.0.2
- pip install -U pip>=8.0.2
- make test-env
install: pip install .
script: py.test -v