Skip to content

Commit

Permalink
pip install now depends on bower depencencies beforehand
Browse files Browse the repository at this point in the history
  • Loading branch information
andfoy committed Apr 5, 2017
1 parent b5e39fe commit 258d36d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
source activate test &&
conda install -q ciocheck -c spyder-ide --no-update-deps &&
if [ "$CIRCLE_NODE_INDEX" = "2" ]; then pip install -q pyqt5 spyder tornado pexpect; else conda install -q spyder tornado pexpect; fi &&
python setup.py build_static &&
pip install .;
- DISPLAY=:99 /usr/bin/matchbox-window-manager:
background: true
Expand Down

0 comments on commit 258d36d

Please sign in to comment.