disable pylint

This commit is contained in:
Jack Robison 2018-09-25 16:05:07 -04:00
parent 1d2c9a7411
commit e7f72149c2
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2

View file

@ -6,7 +6,7 @@ python: "3.7"
before_install:
- pip install pylint coverage
- pip install -e .
- pylint txupnp
# - pylint txupnp
script:
- HOME=/tmp coverage run --source=txupnp -m twisted.trial tests