Use pip install instead of setup.py develop

This commit is contained in:
Łukasz Oleś 2015-10-02 12:35:33 +02:00
parent 3a6af25333
commit 3a22ef65b8

View File

@ -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