File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 1
- language : python
2
- python :
3
- - 2.6
4
- - 2.7
5
- - pypy
6
1
install :
7
2
- pip install tox
8
3
- pip install .
9
4
- 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
10
10
before_install :
11
11
- git submodule update --init --recursive
12
12
- sudo apt-get install libsnappy-dev
13
13
- ./build_integration.sh
14
14
deploy :
15
+ password :
16
+ secure : aePP1MX2yK46MB2qrRxRenuocZe3/KdP5Xw4woTeQoGL1lNkL2OWWFy8KlAwdELUCk/DlE7+xgu6VZWCX8WBl0Ke2jYS3GWUS1kYIrXtHqIeW8yG/Mx9o9kgUDtPvYKhfN3ElOqH/E621NyNkiVCkKqJGf+4NLbKVU+oL8Vkm9A=
17
+ server : https://pypi.python.org/pypi
18
+ provider : pypi
15
19
on :
16
- all_branches : true
17
20
tags : true
18
- provider : pypi
21
+ all_branches : true
19
22
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
Original file line number Diff line number Diff line change 1
- 0.9.2
1
+ 0.9.1.1
You can’t perform that action at this time.
0 commit comments