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

15
.travis.yml Normal file
View 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)