From: Bob Halley Date: Tue, 23 Jun 2020 01:55:39 +0000 (-0700) Subject: try to get a later pytest on travis python 3.6 and 3.7 X-Git-Tag: v2.0.0rc2~77 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a7c5585cde6597c14fbd30cab63e2c02e2fecedf;p=thirdparty%2Fdnspython.git try to get a later pytest on travis python 3.6 and 3.7 --- diff --git a/.travis.yml b/.travis.yml index 590704c0..c20c5951 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ branches: except: - python3 install: + - pip install --update pytest - pip install typing coverage pytest pytest-cov cryptography idna requests requests-toolbelt trio curio script: - pytest --cov=dns --cov-report=xml:coverage.xml