summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2014-05-26 01:28:30 +0900
committerINADA Naoki <inada-n@klab.com>2014-05-26 01:28:30 +0900
commit8f1c0504f15440ba029ca2a069da17db7cb31f65 (patch)
tree1df126a51c3d7c3062af7c19afd68a4343a9e840
parent7f623c09060fd2561efaa6e5b4ef40da9747ec9e (diff)
downloadmsgpack-python-8f1c0504f15440ba029ca2a069da17db7cb31f65.tar.gz
Travis preinstall Python 3.4
-rw-r--r--.travis.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index 1c1efc3..7cf7f58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,10 +2,6 @@ language: python
python:
- 2.7
-before_install:
- - sudo apt-get update -qq -y
- - sudo apt-get install python3.4
-
install:
- pip install tox cython
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx