Skip to content

Commit

Permalink
Adds flaky.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Apr 5, 2017
1 parent 7d825a9 commit b32a367
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 @@ -28,6 +28,7 @@ dependencies:
export PATH="$HOME/miniconda/bin:$PATH" &&
source activate test &&
conda install -q ciocheck -c spyder-ide --no-update-deps &&
pip install -q flaky &&
if [ "$CIRCLE_NODE_INDEX" = "2" ]; then pip install -q pyqt5 spyder notebook; else conda install -q spyder notebook; fi &&
python setup.py install > /dev/null;
- DISPLAY=:99 /usr/bin/matchbox-window-manager:
Expand Down

0 comments on commit b32a367

Please sign in to comment.