From 4755e1c9da8c3358dc4818c1adf28c8d41a77d7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C4=93teris=20Caune?= Date: Mon, 9 Sep 2019 14:53:21 +0300 Subject: [PATCH] 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. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7eb5e830..61b066a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ install: - pip install -r requirements.txt - pip install braintree coveralls mock mysqlclient reportlab apprise env: - - DB=sqlite + # - DB=sqlite - DB=mysql - DB=postgres services: