Add --upgrade to ci pip

This commit is contained in:
Florian Mounier 2016-07-04 14:42:40 +02:00
parent c26bfd6a91
commit cb73a02bde

View File

@ -6,7 +6,7 @@ python:
- 3.5 - 3.5
install: install:
- pip install -e .[test] - pip install --upgrade -e .[test]
script: script:
- python setup.py test - python setup.py test