summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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 f19fe4f..f43baa1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -29,10 +29,10 @@ before_script:
install:
- pip install tox-travis
- - pip install codecov
script:
- tox
+ - tox -e pep8
- tox -e coverage
after_success: