Remove --no-use-pep517 on pip install -e

This commit is contained in:
Paul Romano 2019-05-07 06:59:41 -05:00
parent 0813562d45
commit 1086b6cada

View file

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