Skip to content

Commit 3b6a18b

Browse files
committed
Trying the real PyPI site
1 parent 8d8e9cf commit 3b6a18b

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.travis.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
1-
language: python
2-
python:
3-
- 2.6
4-
- 2.7
5-
- pypy
61
install:
72
- pip install tox
83
- pip install .
94
- sudo rm -rf /dev/shm && sudo ln -s /run/shm /dev/shm
5+
script:
6+
- tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
7+
- KAFKA_VERSION=0.8.0 tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
8+
- KAFKA_VERSION=0.8.1 tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
9+
language: python
1010
before_install:
1111
- git submodule update --init --recursive
1212
- sudo apt-get install libsnappy-dev
1313
- ./build_integration.sh
1414
deploy:
15+
password:
16+
secure: aePP1MX2yK46MB2qrRxRenuocZe3/KdP5Xw4woTeQoGL1lNkL2OWWFy8KlAwdELUCk/DlE7+xgu6VZWCX8WBl0Ke2jYS3GWUS1kYIrXtHqIeW8yG/Mx9o9kgUDtPvYKhfN3ElOqH/E621NyNkiVCkKqJGf+4NLbKVU+oL8Vkm9A=
17+
server: https://pypi.python.org/pypi
18+
provider: pypi
1519
on:
16-
all_branches: true
1720
tags: true
18-
provider: pypi
21+
all_branches: true
1922
user: mumrah
20-
password:
21-
secure: XMpVNYK2hnf2zA71iFZFvxmsFBnQWNzHx9MSDby1KjFIFh4gMmp4nShGmHtFDX24+A5IY3bdSrWSVvlOqvnkdAxPkSqG6au1ypT7TMBvI8kWmcpnQFACrULD+AHJDVuSeaAK3oHmsQwYE5EMz6zxYxmtMAIGFmhZXg+8SNjTpg0=
22-
server: https://testpypi.python.org/pypi
23-
script:
24-
- tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
25-
- KAFKA_VERSION=0.8.0 tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
26-
- KAFKA_VERSION=0.8.1 tox -e `./travis_selector.sh $TRAVIS_PYTHON_VERSION`
23+
python:
24+
- 2.6
25+
- 2.7
26+
- pypy

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.9.2
1+
0.9.1.1

0 commit comments

Comments
 (0)