summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAshley Camba Garrido <ashwoods@gmail.com>2018-05-19 08:48:44 +0200
committerAshley Camba Garrido <ashwoods@gmail.com>2018-05-19 08:48:44 +0200
commitdf48707387ac042a2dbc5f87c8759efe21a63ea0 (patch)
tree1a526c8890257c024ab5fecd1d451c2bcdf52423
parent030d2b6ab2fc327cad020150d5b3637c50c6351f (diff)
downloadraven-df48707387ac042a2dbc5f87c8759efe21a63ea0.tar.gz
Remove deploy stage for now
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index be67189..561e72a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -125,13 +125,13 @@ jobs:
python: 3.6
env: TOXENV=py36-sanic-07
- - stage: deploy
- script: ./setup.py sdist --formats=gztar bdist_wheel
- if: branch = master
- python: 2.7
- after_success:
- - npm install -g @zeus-ci/cli
- - zeus upload -t "application/zip+wheel" dist/*
+ #- stage: deploy
+ # script: ./setup.py sdist --formats=gztar bdist_wheel
+ #if: branch = master
+ #python: 2.7
+ #after_success:
+ # - npm install -g @zeus-ci/cli
+ # - zeus upload -t "application/zip+wheel" dist/*
script: tox
install: