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
parent 3d1c8625a3
commit 67bce48de8

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