8000 Merge pull request #128 from methane/travis/cython-0.22 · kazuki/msgpack-python@b49e530 · GitHub
[go: up one dir, main page]

Skip to content

Commit b49e530

Browse files
committed
Merge pull request msgpack#128 from methane/travis/cython-0.22
travis: Use cython 0.22
2 parents 9fe19cc + 2dda8fc commit b49e530

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ language: python
77
python:
88
- 2.7
99

10+
branches:
11+
only:
12+
- master
13+
1014
env:
1115
- TOXENV=py26-c,py27-c
1216
- TOXENV=py32-c,py33-c,py34-c
@@ -17,8 +21,8 @@ env:
1721
install:
1822
- pip install wheel tox
1923
- ls -la wheelhouse
20-
- if [ ! -f wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl ] ; then pip wheel cython ; fi
21-
- pip install wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl
24+
- if [ ! -f wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl ] ; then pip wheel cython==0.22 ; fi
25+
- pip install wheelhouse/Cython-0.22-cp27-none-linux_x86_64.whl
2226
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
2327

2428
script: tox

0 commit comments

Comments
 (0)
0