From 480939afe54fc6e8e79d6d74b8a8a3991276d460 Mon Sep 17 00:00:00 2001 From: Alexis M Date: Mon, 7 Oct 2019 00:07:25 +0200 Subject: Remove support for python2. In the same move : - use a setup.cfg file for packaging - remove the use of six --- .travis.yml | 1 - 1 file changed, 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 2e98151..8ef86fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ script: tox install: - pip install tox-travis python: - - "2.7" - "3.5" - "3.6" matrix: -- cgit v1.1