From 7a44db4d8b3c29e7b5f57515227ce39e8d72b93e Mon Sep 17 00:00:00 2001 From: SkyLothar Date: Thu, 22 Jun 2017 18:11:41 +0800 Subject: [PATCH] add lint --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 0d13baa..69115a3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,10 @@ install: - pip install -r requirements.txt - pip install -r tests/requirements.txt -script: python -m pytest --cov=certbot_dns_dnspod --cov-report term tests +script: + - flake8 certbot_dns_dnspod tests + - pylama certbot_dns_dnspod tests + - python -m pytest --cov=certbot_dns_dnspod --cov-report term tests after_success: - pip install coveralls