summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorINADA Naoki <inada-n@klab.com>2012-12-11 22:36:09 +0900
committerINADA Naoki <inada-n@klab.com>2012-12-11 22:36:09 +0900
commit8b27482f5f86c91c2a0d1fc62b4d72b0accb2756 (patch)
treee3d673f2a11be495e050517cb161f48c9c0aa18e
parent2ad02bb11a9e1a54bee11040b04a6c7138779e44 (diff)
downloadmsgpack-python-8b27482f5f86c91c2a0d1fc62b4d72b0accb2756.tar.gz
Use tox on Travis.
-rw-r--r--.travis.yml8
1 files changed, 2 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index dd4a10a..f6d8a48 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,16 +1,12 @@
language: python
python:
- - 2.6
- 2.7
- - 3.2
- - 3.3
install:
- sudo apt-get update -qq
- sudo apt-get install -q cython
+ - sudo apt-get install -q python26-dev python27-dev python32-dev python33-dev
- cython --cplus msgpack/_packer.pyx
- cython --cplus msgpack/_unpacker.pyx
- - pip install six --use-mirrors
- - python setup.py install
-script: "nosetests -w test"
+script: "tox"