From 583e404ed826416bade3505d1c77dba36b98ba9b Mon Sep 17 00:00:00 2001 From: Cristi Vijdea Date: Tue, 29 Jan 2019 09:43:09 +0200 Subject: [PATCH] Add xenial hacks back Travis is still retarded --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 8952f76..fc16ccc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,11 +11,14 @@ jobs: include: - stage: test python: '3.7' + dist: xenial - python: '3.6' env: TOXENV=docs - python: '3.7' + dist: xenial env: TOXENV=djmaster - python: '3.7' + dist: xenial env: TOXENV=lint - stage: publish