dont build gh-pages
This commit is contained in:
parent
6df5de209e
commit
a212e77a12
1 changed files with 7 additions and 5 deletions
12
.travis.yml
12
.travis.yml
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue