Try to fix Travis part 5

This commit is contained in:
Jason Paryani 2013-08-12 17:14:47 -07:00
parent ccab830acc
commit ef9b3f4ab3

View file

@ -2,7 +2,7 @@ language: python
python: python:
- 2.7 - 2.7
compiler: gcc compiler: gcc
before_install: before_install:
@ -14,6 +14,8 @@ before_install:
--slave /usr/bin/gcov gcov /usr/bin/gcov-4.8 --slave /usr/bin/gcov gcov /usr/bin/gcov-4.8
- sudo update-alternatives --quiet --set gcc /usr/bin/gcc-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" - "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash"
- pip install -U setuptools
- pip install cython
install: install:
- pip install --editable . - pip install --editable .