From cd7b5bfabc617c4dcc947ef00ae55dc0cf40ec0f Mon Sep 17 00:00:00 2001 From: Kevin Fronczak Date: Tue, 25 Sep 2018 12:15:19 -0400 Subject: [PATCH] Fixing travis errors with new python versions --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bb46776..7bd10ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,3 +1,4 @@ +sudo: required matrix: fast_finish: true include: @@ -12,9 +13,6 @@ matrix: - python: "3.7" env: TOXENV=py37 dist: xenial - - python: "3.8-dev" - env: TOXENV=py38 - dist: xenial install: pip install -U tox coveralls language: python