Skip to content

Commit 8b27482

Browse files
committed
Use tox on Travis.
1 parent 2ad02bb commit 8b27482

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.travis.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
5-
- 3.2
6-
- 3.3
74

85
install:
96
- sudo apt-get update -qq
107
- sudo apt-get install -q cython
8+
- sudo apt-get install -q python26-dev python27-dev python32-dev python33-dev
119
- cython --cplus msgpack/_packer.pyx
1210
- cython --cplus msgpack/_unpacker.pyx
13-
- pip install six --use-mirrors
14-
- python setup.py install
1511

16-
script: "nosetests -w test"
12+
script: "tox"

0 commit comments

Comments
 (0)