]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
get rid of python 3.4 as mypy does not support typechecking on it any more
authorBob Halley <halley@dnspython.org>
Tue, 9 Apr 2019 00:51:34 +0000 (17:51 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 9 Apr 2019 00:51:34 +0000 (17:51 -0700)
.travis.yml
tox.ini

index 41f80ae24e573a6ec16f5a26fe916410e7dde3aa..1d6691cd2c262ba3ff98e71425409a1a23bf68ae 100644 (file)
@@ -1,6 +1,5 @@
 language: python
 python:
-  - "3.4"
   - "3.5"
   - "3.6"
   #- "nightly"
diff --git a/tox.ini b/tox.ini
index e0fa0f93af399e10b32085e611150c9a5c6ff664..7837025b5a8abf13b76d9ef7b4f5136f4ce7b818 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,5 @@
 [tox]
 envlist =
-    py34,
     py35,
     py36,
     py37,