Skip to content

Commit 647af23

Browse files
committed
Merge pull request #38 from msgpack/travis
Use tox on Travis.
2 parents 2ad02bb + 34611a8 commit 647af23

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

.travis.yml

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
language: python
22
python:
3-
- 2.6
43
- 2.7
5-
- 3.2
6-
- 3.3
4+
5+
env:
6+
- PIP_USE_MIRRORS=true
77

88
install:
99
- sudo apt-get update -qq
10-
- sudo apt-get install -q cython
10+
- sudo apt-get install -q python3.3-dev
11+
- pip install --use-mirrors tox cython
1112
- cython --cplus msgpack/_packer.pyx
1213
- cython --cplus msgpack/_unpacker.pyx
13-
- pip install six --use-mirrors
14-
- python setup.py install
1514

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

0 commit comments

Comments
 (0)