forked from GithubBackups/healthchecks
Exclude sqlite from Travis builds. There's a Django bug that breaks sqlite (https://code.djangoproject.com/ticket/30754#ticket) and I don't want all builds to fail (and potentially mask other issues) until the upstream bugfix is released.
This commit is contained in:
parent
5d8c5637b6
commit
4755e1c9da
@ -8,7 +8,7 @@ install:
|
|||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- pip install braintree coveralls mock mysqlclient reportlab apprise
|
- pip install braintree coveralls mock mysqlclient reportlab apprise
|
||||||
env:
|
env:
|
||||||
- DB=sqlite
|
# - DB=sqlite
|
||||||
- DB=mysql
|
- DB=mysql
|
||||||
- DB=postgres
|
- DB=postgres
|
||||||
services:
|
services:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user