Description: tox.ini: Disable tests for python3.6 and python3.7
 As neither python3.6 nor python3.7 are available in Debian sid any more, tests
 against both have to be disabled to prevent false negatives.
Author: Nicolas Schier <nicolas@fjasle.eu>
Bug-Debian: https://bugs.debian.org/944957
Forwarded: not-needed
Last-Update: 2020-06-24

--- git-revise-0.6.0.orig/tox.ini
+++ git-revise-0.6.0/tox.ini
@@ -5,8 +5,6 @@
 
 [tox]
 envlist =
-    py36
-    py37
     py38
     mypy
     lint
