From 9549bc6a5b3a533f76c6bf4ba429c6c868ef1e07 Mon Sep 17 00:00:00 2001 From: Brian Muller Date: Thu, 7 Apr 2016 09:42:40 +0300 Subject: [PATCH] make sure that linting is a part of automated tests --- .travis.yml | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index fff05b3..fce1f13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ python: - "2.7" - "pypy" install: pip install . --use-mirrors -script: trial kademlia +script: make test diff --git a/Makefile b/Makefile index 8bf4c54..df9280c 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PYDOCTOR=pydoctor -test: +test: lint trial kademlia lint: