Codebase list dnspython / fafbcc99-a416-4f52-b1d6-a728221a9644/upstream .travis.yml
fafbcc99-a416-4f52-b1d6-a728221a9644/upstream

Tree @fafbcc99-a416-4f52-b1d6-a728221a9644/upstream (Download .tar.gz)

.travis.yml @fafbcc99-a416-4f52-b1d6-a728221a9644/upstreamraw · history · blame

language: python
python:
  - "3.6"
  - "3.7"
  - "3.8"
  - "3.9"
branches:
  except:
    - python3
install:
 - curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python
 - ~/.poetry/bin/poetry install -E dnssec -E doh -E idna -E trio -E curio
script:
 - ~/.poetry/bin/poetry run pytest --cov=. --cov-report=xml:coverage.xml