Try to get travis working
This commit is contained in:
@@ -2,9 +2,10 @@ language: python
|
|||||||
|
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
|
compiler: clang
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get install -qq libeigen3-dev
|
- "curl -L https://gist.github.com/jparyani/6216515/raw/a50cb02574033a14f3856dac949f83b4c0557c82/install_capnproto.sh | /bin/bash"
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --editable .
|
- pip install --editable .
|
||||||
@@ -13,4 +14,4 @@ matrix:
|
|||||||
allow_failures:
|
allow_failures:
|
||||||
- python: pypy
|
- python: pypy
|
||||||
|
|
||||||
script: python setup.py test
|
script: true
|
||||||
|
|||||||
Reference in New Issue
Block a user