8000 travis: Use cython 0.22 by methane · Pull Request #128 · msgpack/msgpack-python · GitHub
[go: up one dir, main page]

Skip to content

travis: Use cython 0.22 #128

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 12, 2015
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
travis: Build only master
  • Loading branch information
methane committed Mar 12, 2015
commit 2dda8fc4a58dd9be0c8d6f472342fd777d92886d
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ language: python
python:
- 2.7

branches:
only:
- master

env:
- TOXENV=py26-c,py27-c
- TOXENV=py32-c,py33-c,py34-c
Expand Down
0