remove support for Python 2.6, test for 3.4

This commit is contained in:
Friedrich Lindenberg 2015-05-22 18:19:51 +02:00
parent 43453415c0
commit 2a35c8d1b1

View File

@ -1,9 +1,9 @@
---
language: python
python:
- '3.4'
- '3.3'
- '2.7'
- '2.6'
env:
- DATABASE_URL=sqlite:///:memory:
- DATABASE_URL=postgresql+psycopg2://postgres@127.0.0.1/dataset