mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-05 17:01:01 +01:00
Try to fix Travis part 5
This commit is contained in:
parent
ccab830acc
commit
ef9b3f4ab3
1 changed files with 3 additions and 1 deletions
|
@ -2,7 +2,7 @@ language: python
|
|||
|
||||
python:
|
||||
- 2.7
|
||||
|
||||
|
||||
compiler: gcc
|
||||
|
||||
before_install:
|
||||
|
@ -14,6 +14,8 @@ before_install:
|
|||
--slave /usr/bin/gcov gcov /usr/bin/gcov-4.8
|
||||
- sudo update-alternatives --quiet --set gcc /usr/bin/gcc-4.8
|
||||
- "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash"
|
||||
- pip install -U setuptools
|
||||
- pip install cython
|
||||
|
||||
install:
|
||||
- pip install --editable .
|
||||
|
|
Loading…
Add table
Reference in a new issue