From: Bob Halley Date: Tue, 23 Jun 2020 02:14:03 +0000 (-0700) Subject: poetry works; test all extras X-Git-Tag: v2.0.0rc2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f0190ec64132a05ed3359f9a6eab6d60e3b4044;p=thirdparty%2Fdnspython.git poetry works; test all extras --- diff --git a/.travis.yml b/.travis.yml index 74ccbd36..2d416a5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,7 @@ branches: - python3 install: - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python - - ~/.poetry/bin/poetry install + - ~/.poetry/bin/poetry install -E dnssec -E doh -E idna -E trio -E curio script: - ~/.poetry/bin/poetry run pytest --cov=dns --cov-report=xml:coverage.xml after_success: