Merge pull request #1225 from pshriwise/pep517-ci-fix

Fix for latest pip version
This commit is contained in:
Paul Romano 2019-05-01 13:22:29 -05:00 committed by GitHub
commit 0813562d45
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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