Use pip install instead of setup.py develop
This commit is contained in:
parent
3a6af25333
commit
3a22ef65b8
@ -4,4 +4,4 @@
|
||||
sudo: yes
|
||||
tasks:
|
||||
# Setup development env for solar
|
||||
- shell: python setup.py develop chdir=/vagrant/solar
|
||||
- shell: pip install -e . chdir=/vagrant/solar
|
||||
|
Loading…
x
Reference in New Issue
Block a user