We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9fe19cc + 2dda8fc commit b49e530Copy full SHA for b49e530
.travis.yml
@@ -7,6 +7,10 @@ language: python
7
python:
8
- 2.7
9
10
+branches:
11
+ only:
12
+ - master
13
+
14
env:
15
- TOXENV=py26-c,py27-c
16
- TOXENV=py32-c,py33-c,py34-c
@@ -17,8 +21,8 @@ env:
17
21
install:
18
22
- pip install wheel tox
19
23
- ls -la wheelhouse
20
- - if [ ! -f wheelhouse/Cython-0.21.2-cp27-none-linux_x86_64.whl ] ; then pip wheel cython ; fi
- - 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
26
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
27
28
script: tox
0 commit comments