]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
more travis flailing
authorBob Halley <halley@dnspython.org>
Sun, 29 Sep 2019 21:14:23 +0000 (14:14 -0700)
committerBob Halley <halley@dnspython.org>
Sun, 29 Sep 2019 21:14:23 +0000 (14:14 -0700)
.travis.yml
tox.ini

index 1d6691cd2c262ba3ff98e71425409a1a23bf68ae..725106da5415c6c56b46d9a932aebaeb0b046d35 100644 (file)
@@ -16,6 +16,5 @@ branches:
 install:
  - pip install typing pylint pycryptodome ecdsa idna
 script:
- - make typecheck
  - make lint
  - make test
diff --git a/tox.ini b/tox.ini
index 8d65f8dc23ff1f4d4be341303f5aa648f3ac9b09..7837025b5a8abf13b76d9ef7b4f5136f4ce7b818 100644 (file)
--- a/tox.ini
+++ b/tox.ini
@@ -5,6 +5,7 @@ envlist =
     py37,
     flake8,
     pylint,
+    mypy,
     coverage
 
 [testenv]