travis
This commit is contained in:
parent
d64d142c15
commit
1d2c9a7411
1 changed files with 15 additions and 0 deletions
15
.travis.yml
Normal file
15
.travis.yml
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
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)
|
Loading…
Reference in a new issue