From 73bb3f4bfe41ebe5d1d03bdb206858a3a710f641 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Sun, 24 Nov 2019 15:41:02 +0100 Subject: [PATCH] Travis: remove hack for Python 3.7 test Current config was testing 3.7 twice :/ --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 1f547c5..e035a72 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,9 +18,6 @@ matrix: osx_image: xcode11 language: generic python: - include: - - python: "3.7" - dist: xenial # install coverage helper: install: gem install coveralls-lcov -- 2.39.2