diff options
| author | Bob Halley <halley@dnspython.org> | 2020-06-22 18:55:39 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-06-22 18:55:39 -0700 |
| commit | a7c5585cde6597c14fbd30cab63e2c02e2fecedf (patch) | |
| tree | f05896310250d61a17264c0e116f1a42f7d6c988 /.travis.yml | |
| parent | ac845d832df1835d7b0ab885221f509652d94c7d (diff) | |
| download | dnspython-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.yml | 1 |
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 |
