From 52ee33ac9b234c7501d97b4c2bf2e2035c5ec1fa Mon Sep 17 00:00:00 2001 From: "James E. King III" Date: Tue, 5 Feb 2019 13:40:12 -0500 Subject: Added a Dockerfile that creates a clean Ubuntu Xenial test environment --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index c0c38a34..aed714af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,12 +9,11 @@ matrix: include: - python: 3.7 dist: xenial - sudo: required - python: "nightly" dist: xenial - sudo: required allow_failures: - python: "nightly" + dist: xenial git: # a higher depth is needed for most of the tests - must be high enough to not actually be shallow # as we clone our own repository in the process -- cgit v1.2.3