From: Bob Halley Date: Sun, 29 Sep 2019 21:14:23 +0000 (-0700) Subject: more travis flailing X-Git-Tag: v2.0.0rc1~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16a8ed5b208591990714a88284f81c506169bd4a;p=thirdparty%2Fdnspython.git more travis flailing --- diff --git a/.travis.yml b/.travis.yml index 1d6691cd..725106da 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 8d65f8dc..7837025b 100644 --- a/tox.ini +++ b/tox.ini @@ -5,6 +5,7 @@ envlist = py37, flake8, pylint, + mypy, coverage [testenv]