Use travis for tests

This commit is contained in:
Raul Ochoa
2016-06-16 16:57:17 +02:00
parent 237aa1c581
commit 5a9051e679

18
.travis.yml Normal file
View File

@@ -0,0 +1,18 @@
sudo: false
language: python
addons:
postgresql: "9.4"
apt:
packages:
- postgresql-plpython-9.4
- python-numpy
- python-scipy
env:
- PGUSER=postgres
before_script: make install
script: make test