diff options
author | David Arthur <mumrah@gmail.com> | 2014-08-22 09:21:55 -0400 |
---|---|---|
committer | David Arthur <mumrah@gmail.com> | 2014-08-22 09:21:55 -0400 |
commit | bdb08e0cd2939825f7e1862da1353c67e7c5cd07 (patch) | |
tree | f2eaf0b3ad8bca3df650786759e46928414c1a3e | |
parent | d03c99eff6c9556735ff2706061ccd7eeb285124 (diff) | |
download | kafka-python-release-0.9.x.tar.gz |
Trying a different passwordrelease-0.9.x
-rw-r--r-- | .travis.yml | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/.travis.yml b/.travis.yml index 5c4e783..9b9c906 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,19 @@ install: - pip install tox - pip install . - sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm +python: +- 2.6 +- 2.7 +- pypy +deploy: + server: https://testpypi.python.org/pypi + on: + tags: true + all_branches: true + password: + secure: TIZNKxktOm42/LHLDCuKuPqmAfYKekyHL4MqEFpnqDI5T5sHzG9IQaOwppYfQNggHiILUBzk1j6w/FPJunJyd62AFtydkKtIccqENIIAio78afeCRMQDynstNXjDefmt0s90xLGSlLzDMxCEWB4F6frEtPl/8KpNSFB2fvj+HXY= + user: mumrah + provider: pypi script: - tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION` - KAFKA_VERSION=0.8.0 tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION` @@ -11,16 +24,3 @@ before_install: - git submodule update --init --recursive - sudo apt-get install libsnappy-dev - ./build_integration.sh -deploy: - user: mumrah - password: - secure: "Ey5iHeOa/TSuUmGKR5Vc93Y9tT6QLrFYnPzLo/d5XoQCA+CzqDV/CwRqsHkLm/56sAzNpnOOVB/XIAuZHB9ZgcxkNuuYMtYsDcWuDj+XocEZsDraeyZrMerJ5663gT2u059uQGtEZYy5FbXF7lRElkm5/b39lT3P8uQyeauAUSI=" - server: https://testpypi.python.org/pypi - provider: pypi - on: - tags: true - all_branches: true -python: -- 2.6 -- 2.7 -- pypy |