summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 31f2c00c..0214a73b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -32,7 +32,8 @@ script:
- ulimit -n 96
- ulimit -n
- nosetests -v --with-coverage
- - flake8
- - cd doc && make html
+ - if [ "$TRAVIS_PYTHON_VERSION" != '2.6' ]; then flake8; fi
+ - if [ "$TRAVIS_PYTHON_VERSION" != '2.6' ]; then cd doc && make html; fi
+ -
after_success:
- coveralls