Skip to content

Commit

Permalink
Disable gh-pages push
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybritz committed Mar 3, 2017
1 parent dcd4187 commit 5f93a68
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
general:
branches:
ignore:
- gh-pages

dependencies:
pre:
- sudo apt-get update; sudo apt-get install python-matplotlib python3-matplotlib python-tk python3-tk libtcmalloc-minimal4
Expand All @@ -8,19 +13,10 @@ dependencies:
machine:
environment:
LD_PRELOAD: /usr/lib/libtcmalloc_minimal.so.4
notify:
webhooks:
- url: https://webhooks.gitter.im/e/3e39fb29521e82ee001d

test:
pre:
- mkdir -p $HOME/.config/matplotlib
- "echo 'backend : Agg' >> $HOME/.config/matplotlib/matplotlibrc"
override:
- tox

deployment:
master:
branch: master
commands:
- mkdocs gh-deploy

0 comments on commit 5f93a68

Please sign in to comment.