aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ed41d99..fc0ab95f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,8 @@ notifications:
- "us.freenode.net#sosreport"
on_success: change
install:
- - "pip install six nose nose-cov --use-mirrors"
+ - "pip install six nose nose-cov pep8 --use-mirrors"
- "python setup.py install"
script:
+ - "pep8 sos"
- "nosetests -v --with-cover --cover-package=sos --cover-html"