We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ad02bb commit 8b27482Copy full SHA for 8b27482
.travis.yml
@@ -1,16 +1,12 @@
1
language: python
2
python:
3
- - 2.6
4
- 2.7
5
- - 3.2
6
- - 3.3
7
8
install:
9
- sudo apt-get update -qq
10
- sudo apt-get install -q cython
+ - sudo apt-get install -q python26-dev python27-dev python32-dev python33-dev
11
- cython --cplus msgpack/_packer.pyx
12
- cython --cplus msgpack/_unpacker.pyx
13
- - pip install six --use-mirrors
14
- - python setup.py install
15
16
-script: "nosetests -w test"
+script: "tox"
0 commit comments