Skip to content

Commit

Permalink
Updating deploy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
qdamian committed Feb 4, 2014
1 parent 16c3018 commit 9301f17
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
deploy:
password:
secure: Tvba7OA7pgsnf0PYggfwy/A1wq4QUr3B48nhKvKA9CisSoLrnxoWKQoKIUptwNiLRmKjRzBXlwYw6UC27Mxj8srFfu46WuSLPt9doP3K75NLCIQdnmtWp3s4XQnCM7IjBIB4jqicQzg4EQqQyaNVusc40ro6NoQ2swRV/apmnIE=
server: https://testpypi.python.org/pypi
on:
tags: true
user: qdamian
provider: pypi
python:
- 2.7
script:
Expand All @@ -15,11 +7,19 @@ script:
- python setup.py sdist
- python setup.py install
- behave test/system/features
language: python
install:
- test -d pip.cache || git clone --depth 1 git://github.com/qdamian/dissect.pip.cache pip.cache
- pip install --no-index --find-links=pip.cache -r requirements.txt -r dev-requirements.txt --quiet
- pip install -r requirements.txt --use-mirrors --quiet
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
language: python
after_success:
- coveralls
deploy:
on:
tags: true
password:
secure: QdyfuOlKoznaZaqQMThGDKB4sOv9xAGiO47Jqrq0fEQBplRVsJzG/IgdMP8I1C42v6ayGnptdGanrstVuUNlpl7FZLjLXPf8ZtKxGAllajHSZs46lqslik4njC5kA0OjE+GMjeTaFZXY1/O0FtDEI2WIeVbW5ORyVF//QXA0IJw=
server: https://testpypi.python.org/pypi
user: qdamian
provider: pypi

0 comments on commit 9301f17

Please sign in to comment.