Skip to content

Commit 80f8ee0

Browse files
committed
omit pypy from pre-commit travis too due to gcc errors
1 parent c56e87d commit 80f8ee0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ install:
1717
- pip install -q pre-commit
1818
- pre-commit install
1919
script:
20-
- if [[ "$TRAVIS_PYTHON_VERSION" > "3.5" ]]; then pre-commit run --all-files --show-diff-on-failure; fi
20+
- if [[ "$TRAVIS_PYTHON_VERSION" > "3.5" ]] && [[ "$TRAVIS_PYTHON_VERSION" != pypy* ]]; then pre-commit run --all-files --show-diff-on-failure; fi
2121
- py.test

0 commit comments

Comments
 (0)