summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorBob Halley <halley@dnspython.org>2020-06-22 18:55:39 -0700
committerBob Halley <halley@dnspython.org>2020-06-22 18:55:39 -0700
commita7c5585cde6597c14fbd30cab63e2c02e2fecedf (patch)
treef05896310250d61a17264c0e116f1a42f7d6c988 /.travis.yml
parentac845d832df1835d7b0ab885221f509652d94c7d (diff)
downloaddnspython-a7c5585cde6597c14fbd30cab63e2c02e2fecedf.tar.gz
try to get a later pytest on travis python 3.6 and 3.7
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 590704c..c20c595 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