Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 85836f3

Browse files
author
Jérôme Petazzoni
committed
Merge pull request 0rpc#103 from thedrow/patch-1
Added the latest versions of pyzmq to the build process.
2 parents 638883b + df1a5bc commit 85836f3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ python:
33
- 2.7
44
env:
55
matrix:
6+
- PYZMQ='pyzmq==14.1.1'
7+
- PYZMQ='pyzmq==14.1.0'
68
- PYZMQ='pyzmq==14.0.1'
79
- PYZMQ='pyzmq==14.0.0'
810
- PYZMQ='pyzmq==13.1.0'
@@ -13,6 +15,8 @@ matrix:
1315
allow_failures:
1416
- env: PYZMQ='pyzmq==14.0.0'
1517
- env: PYZMQ='pyzmq==14.0.1'
18+
- env: PYZMQ='pyzmq==14.1.0'
19+
- env: PYZMQ='pyzmq==14.1.1'
1620
script:
1721
- flake8 --ignore=E501,E128 zerorpc bin
1822
- nosetests

0 commit comments

Comments
 (0)