Testing CI with Travis

This commit is contained in:
Daniele Varrazzo 2016-12-24 00:07:23 +01:00
parent 584c7e6890
commit 3971ee6d1f

View File

@ -1,5 +1,11 @@
language: python language: python
services:
- postgresql
addons:
postgresql: 9.4
python: python:
- 2.6 - 2.6
- 2.7 - 2.7