diff options
author | Omer Katz <omer.drow@gmail.com> | 2015-11-17 16:57:25 +0200 |
---|---|---|
committer | Omer Katz <omer.drow@gmail.com> | 2015-11-17 16:57:25 +0200 |
commit | 81177caff7ddc9b193da9fcfd27fcd6807da7fe1 (patch) | |
tree | bdcb17edd44d6a861e14008de921f5079ffd3db2 | |
parent | 4d9684db0a7b2187f54f7a81a4ea64e981fa11ca (diff) | |
download | msgpack-python-81177caff7ddc9b193da9fcfd27fcd6807da7fe1.tar.gz |
Run the build with 3.5 since it's still not available by default in travis.
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 22f19dc..7a80cdf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,7 @@ sudo: false cache: pip language: python python: - - 2.7 + - 3.5 branches: only: |