make sure that linting is a part of automated tests

This commit is contained in:
Brian Muller 2016-04-07 09:42:40 +03:00
parent 87ea77d12d
commit 9549bc6a5b
2 changed files with 2 additions and 2 deletions

View File

@ -3,4 +3,4 @@ python:
- "2.7"
- "pypy"
install: pip install . --use-mirrors
script: trial kademlia
script: make test

View File

@ -1,6 +1,6 @@
PYDOCTOR=pydoctor
test:
test: lint
trial kademlia
lint: