]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
poetry works; test all extras
authorBob Halley <halley@dnspython.org>
Tue, 23 Jun 2020 02:14:03 +0000 (19:14 -0700)
committerBob Halley <halley@dnspython.org>
Tue, 23 Jun 2020 02:14:03 +0000 (19:14 -0700)
.travis.yml

index 74ccbd3607fc39390465247cd27193d7b112cb83..2d416a5e9cd8a5199d76a588b25185820da7ac23 100644 (file)
@@ -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: