mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
travis: Simplify .travis.yml and add PyPy env.
This commit is contained in:
parent
400a1030cd
commit
a5368f62e2
2 changed files with 3 additions and 9 deletions
10
.travis.yml
10
.travis.yml
|
|
@ -2,14 +2,8 @@ language: python
|
|||
python:
|
||||
- 2.7
|
||||
|
||||
env:
|
||||
- PIP_USE_MIRRORS=true
|
||||
|
||||
install:
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -q python3.3-dev
|
||||
- pip install --use-mirrors tox cython
|
||||
- cython --cplus msgpack/_packer.pyx
|
||||
- cython --cplus msgpack/_unpacker.pyx
|
||||
- pip install tox cython
|
||||
- cython --cplus msgpack/_packer.pyx msgpack/_unpacker.pyx
|
||||
|
||||
script: "tox && MSGPACK_PUREPYTHON=x tox"
|
||||
|
|
|
|||
2
tox.ini
2
tox.ini
|
|
@ -1,5 +1,5 @@
|
|||
[tox]
|
||||
envlist = py26,py27,py32,py33
|
||||
envlist = py26,py27,py32,py33,pypy
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue