aioupnp/.travis.yml
Jack Robison 1d2c9a7411
travis
2018-09-25 16:01:03 -04:00

15 lines
282 B
YAML

sudo: required
dist: xenial
language: python
python: "3.7"
before_install:
- pip install pylint coverage
- pip install -e .
- pylint txupnp
script:
- HOME=/tmp coverage run --source=txupnp -m twisted.trial tests
after_success:
- bash <(curl -s https://codecov.io/bash)