mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-06 17:31:02 +01:00
24 lines
303 B
YAML
24 lines
303 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
- 3.3
|
|
- pypy
|
|
|
|
env:
|
|
- BUILD_CAPNP=true
|
|
- BUILD_CAPNP=
|
|
|
|
compiler: gcc
|
|
|
|
before_install:
|
|
- buildutils/setup_travis.sh
|
|
- pip install -U setuptools
|
|
- pip install cython
|
|
- pip install pytest
|
|
|
|
install:
|
|
- pip install --editable .
|
|
|
|
script: py.test test
|