We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c56e87d commit 80f8ee0Copy full SHA for 80f8ee0
1 file changed
.travis.yml
@@ -17,5 +17,5 @@ install:
17
- pip install -q pre-commit
18
- pre-commit install
19
script:
20
- - if [[ "$TRAVIS_PYTHON_VERSION" > "3.5" ]]; then pre-commit run --all-files --show-diff-on-failure; fi
+ - if [[ "$TRAVIS_PYTHON_VERSION" > "3.5" ]] && [[ "$TRAVIS_PYTHON_VERSION" != pypy* ]]; then pre-commit run --all-files --show-diff-on-failure; fi
21
- py.test
0 commit comments