summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 21:32:45 +0200
committerDawid Fatyga <dawid.fatyga@gmail.com>2012-04-24 21:32:45 +0200
commit3415baa2c754a7103631b388825a51ef849df276 (patch)
treeeede30462e0b02321a4a63815c9a06ff2d65989d
parent3e5ffa180380432354920496b2ccf5a41059f9c4 (diff)
downloadpymox-3415baa2c754a7103631b388825a51ef849df276.tar.gz
Added pep8 to .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2997304..92acf20 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ python:
- "2.6"
- "2.7"
- "3.2"
+install: pip install pep8
script:
+ - pep8 *.py || echo "Done!"
- python mox_test.py
- python stubout_test.py