From: Bob Halley Date: Sun, 29 Sep 2019 21:21:44 +0000 (-0700) Subject: my patience has run out; I will lint and typecheck manually for now X-Git-Tag: v2.0.0rc1~354 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca87a97ffb5b78f87833e1e84e48b38404a7bda3;p=thirdparty%2Fdnspython.git my patience has run out; I will lint and typecheck manually for now --- diff --git a/.travis.yml b/.travis.yml index 725106da..295fa293 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,5 +16,4 @@ branches: install: - pip install typing pylint pycryptodome ecdsa idna script: - - make lint - make test