From 517b5186b4c34dd979e3ea077999008d67e27f49 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Sun, 7 Oct 2018 12:55:44 +0200 Subject: [PATCH] Remove Python 2.7 support --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce0696e..e4e7799 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ python: - 3.6 - 3.5 - 3.4 - - 2.7 # Command to run tests, e.g. python setup.py test script: python setup.py test