Skip to content

Commit 375647b

Browse files
committed
pypy3 does not like black
1 parent 12e84f2 commit 375647b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ install:
1414
- pip install tox
1515
- pip install tox-travis
1616
- pip install isort
17-
- pip install black
17+
- test "$TRAVIS_PYTHON_VERSION" != "pypy3" && pip install black
1818
script:
1919
- isort --check --recursive src tests
20-
- black --check src tests
20+
- test "$TRAVIS_PYTHON_VERSION" != "pypy3" && black --check src tests
2121
- codecov --version
2222
- tox
2323
after_success:

0 commit comments

Comments
 (0)