From 6de15e36b9593c212f48bffc9a0c7b024c3ff35c Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Mon, 31 Aug 2020 09:15:01 -0500 Subject: [PATCH] Remove Python 2.7 from the Travis config --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d0afb29..8ac2512 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ dist: xenial language: python python: - - "2.7" - "3.6" install: pip install tox-travis