Add travis CI

This commit is contained in:
Jason Paryani
2013-08-12 16:04:39 -07:00
parent 3115366821
commit eefedfd625

14
.travis.yml Normal file
View File

@@ -0,0 +1,14 @@
language: python
python:
- 2.7
before_install:
- sudo apt-get install -qq libeigen3-dev
install:
- pip install --editable .
matrix:
allow_failures:
- python: pypy