summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmer Katz <omer.drow@gmail.com>2015-11-17 16:57:25 +0200
committerOmer Katz <omer.drow@gmail.com>2015-11-17 16:57:25 +0200
commit81177caff7ddc9b193da9fcfd27fcd6807da7fe1 (patch)
treebdcb17edd44d6a861e14008de921f5079ffd3db2
parent4d9684db0a7b2187f54f7a81a4ea64e981fa11ca (diff)
downloadmsgpack-python-81177caff7ddc9b193da9fcfd27fcd6807da7fe1.tar.gz
Run the build with 3.5 since it's still not available by default in travis.
-rw-r--r--.travis.yml2
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: