We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9cd08 commit 5db557eCopy full SHA for 5db557e
1 file changed
.travis.yml
@@ -20,7 +20,8 @@ before_install:
20
- "if grep '\t' *.py *.rst; then echo 'Tabs are bad, please use four spaces.'; false; fi"
21
- "if grep -n -r '[[:blank:]]$' *.py *.rst; then echo 'Please remove trailing whitespace.'; false; fi"
22
- pip install --upgrade pip setuptools
23
- - pip install flake8 flake8-black flake8-docstrings restructuredtext-lint
+ - pip install flake8 flake8-docstrings restructuredtext-lint
24
+ - "if [[ $TRAVIS_PYTHON_VERSION == '3.6' ]]; then pip install flake8-black; fi"
25
- echo "Using restructuredtext-lint to check documentation"
26
- restructuredtext-lint *.rst
27
- echo "Using flake8 to check Python code"
0 commit comments