try to simplify travis build
This commit is contained in:
parent
54dc192244
commit
67e02ef021
@ -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:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user