summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorÉtienne BERSAC <etienne.bersac@dalibo.com>2017-06-14 17:27:07 +0200
committerÉtienne BERSAC <etienne.bersac@dalibo.com>2017-06-14 18:12:05 +0200
commita7f2b7946e0033a0dca6a648af88c0f174631ace (patch)
tree5f0a32edfb21f84cdb8ab3e48d8bb4ad58ffc615 /.travis.yml
parente124c035756dc3407778eb3cd26bd691542fdff1 (diff)
Golf pep8radius
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d4528e8b..76ae86ad 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,7 @@ script:
# check for changelog ReST compliance
- rst2html.py --halt=warning changelog.rst >/dev/null
# check for pep8 errors, only looking at branch vs master. If there are errors, show diff and return an error code.
- - pep8radius master --docformatter --error-status || ( pep8radius master --docformatter --diff; false )
+ - pep8radius master --docformatter --diff --error-status
- set +e
after_success: