Install Python package in editable mode once again

This commit is contained in:
Paul Romano 2018-01-29 18:02:03 -06:00
parent d75b715026
commit 54cd34f33e

View file

@ -23,5 +23,5 @@ fi
# Build and install OpenMC executable
python tools/ci/travis-install.py
# Install Python API
pip install .[test]
# Install Python API in editable mode
pip install -e .[test]