Merge pull request #1230 from paulromano/fix-pip-editable-again

Fix pip editable install on Travis CI (again...)
This commit is contained in:
Patrick Shriwise 2019-05-07 12:45:46 -05:00 committed by GitHub
commit c41e6bf232
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -439,7 +439,7 @@ class Plot(IDManagerMixin):
string += '{: <16}=\t{}\n'.format('\tBasis', self._basis)
string += '{: <16}=\t{}\n'.format('\tWidth', self._width)
string += '{: <16}=\t{}\n'.format('\tOrigin', self._origin)
string += '{: <16}=\t{}\n'.format('\tPixels', self._origin)
string += '{: <16}=\t{}\n'.format('\tPixels', self._pixels)
string += '{: <16}=\t{}\n'.format('\tColor by', self._color_by)
string += '{: <16}=\t{}\n'.format('\tBackground', self._background)
string += '{: <16}=\t{}\n'.format('\tMask components',

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