Skip to content

Commit

Permalink
add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLothar committed Jun 22, 2017
1 parent 34077c9 commit 7a44db4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand Down

0 comments on commit 7a44db4

Please sign in to comment.