Fix for latest pip.

This commit is contained in:
Patrick Shriwise 2019-04-30 23:23:46 -05:00
parent 7b6ec80acf
commit 7d7d9b9f0d

View file

@ -23,7 +23,7 @@ fi
python tools/ci/travis-install.py
# Install Python API in editable mode
pip install -e .[test,vtk]
pip install --no-use-pep517 -e .[test,vtk]
# For uploading to coveralls
pip install coveralls