15 lines
179 B
YAML
15 lines
179 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.7
|
|
|
|
before_install:
|
|
- sudo apt-get install -qq libeigen3-dev
|
|
|
|
install:
|
|
- pip install --editable .
|
|
|
|
matrix:
|
|
allow_failures:
|
|
- python: pypy
|