From: kimbo Date: Mon, 23 Dec 2019 22:12:52 +0000 (-0700) Subject: add requests and requests-toolbelt to travis X-Git-Tag: v2.0.0rc1~342^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb43ee055a4681d44baa73416643cf64d1003c54;p=thirdparty%2Fdnspython.git add requests and requests-toolbelt to travis --- diff --git a/.travis.yml b/.travis.yml index ed4d2a95..608d02d7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,6 @@ branches: except: - python3 install: - - pip install typing pylint pycryptodome ecdsa idna + - pip install typing pylint pycryptodome ecdsa idna requests requests-toolbelt script: - make test