Fix builds on travis-ci (3rd attempt)
This commit is contained in:
parent
8d7f85f3e4
commit
226007bfe1
|
@ -9,7 +9,7 @@ python:
|
||||||
- "3.3"
|
- "3.3"
|
||||||
- "3.4"
|
- "3.4"
|
||||||
before_install:
|
before_install:
|
||||||
- pip install pip>=8.0.2
|
- pip install -U pip>=8.0.2
|
||||||
- make test-env
|
- make test-env
|
||||||
install: pip install .
|
install: pip install .
|
||||||
script: py.test -v
|
script: py.test -v
|
||||||
|
|
Loading…
Reference in New Issue