disable pylint
This commit is contained in:
parent
1d2c9a7411
commit
e7f72149c2
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ python: "3.7"
|
||||||
before_install:
|
before_install:
|
||||||
- pip install pylint coverage
|
- pip install pylint coverage
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- pylint txupnp
|
# - pylint txupnp
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- HOME=/tmp coverage run --source=txupnp -m twisted.trial tests
|
- HOME=/tmp coverage run --source=txupnp -m twisted.trial tests
|
||||||
|
|
Loading…
Reference in a new issue