Auto-install -e pillar

It uses ../pillar instead of . so that it is a valid path from blender-cloud as well.
This commit is contained in:
Sybren A. Stüvel 2017-03-07 14:25:34 +01:00 committed by Francesco Siddi
parent 4e36ea5aae
commit 7967b80ab3

View File

@ -1,6 +1,6 @@
-r requirements.txt
-e ../pillar-python-sdk
-e .
-e ../pillar # also works from parent project, like blender-cloud
# Development requirements
pytest==3.0.6