remove support for Python 2.6, test for 3.4
This commit is contained in:
parent
43453415c0
commit
2a35c8d1b1
@ -1,9 +1,9 @@
|
|||||||
---
|
---
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
|
- '3.4'
|
||||||
- '3.3'
|
- '3.3'
|
||||||
- '2.7'
|
- '2.7'
|
||||||
- '2.6'
|
|
||||||
env:
|
env:
|
||||||
- DATABASE_URL=sqlite:///:memory:
|
- DATABASE_URL=sqlite:///:memory:
|
||||||
- DATABASE_URL=postgresql+psycopg2://postgres@127.0.0.1/dataset
|
- DATABASE_URL=postgresql+psycopg2://postgres@127.0.0.1/dataset
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user