dont build gh-pages

This commit is contained in:
Alex Grintsvayg 2017-10-25 12:26:04 -04:00
parent 6df5de209e
commit a212e77a12

View file

@ -3,9 +3,9 @@ dist: trusty
language: python language: python
python: 2.7 python: 2.7
addons: branches:
srcclr: except:
debug: true - gh-pages
notifications: notifications:
slack: slack:
@ -18,14 +18,16 @@ cache:
- $TRAVIS_BUILD_DIR/cache/wheel - $TRAVIS_BUILD_DIR/cache/wheel
addons: addons:
apt: srcclr:
debug: true
apt:
packages: packages:
- libgmp3-dev - libgmp3-dev
- build-essential - build-essential
- git - git
- libssl-dev - libssl-dev
- libffi-dev - libffi-dev
before_install: before_install:
- virtualenv venv - virtualenv venv
- source venv/bin/activate - source venv/bin/activate