try to simplify travis build

This commit is contained in:
Friedrich Lindenberg 2017-09-02 08:56:53 +02:00
parent 54dc192244
commit 67e02ef021

View File

@ -1,13 +1,14 @@
---
language: python
python:
- '3.6'
- '3.5'
- '3.4'
- '3.3'
- '2.7'
services:
- mysql
- postgresql
env:
- DATABASE_URL=sqlite:///:memory:
- 'DATABASE_URL=sqlite:///:memory:'
- DATABASE_URL=postgresql+psycopg2://postgres@127.0.0.1/dataset
- DATABASE_URL=mysql+pymysql://travis@127.0.0.1/dataset?charset=utf8
install: