We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12e84f2 commit 375647bCopy full SHA for 375647b
.travis.yml
@@ -14,10 +14,10 @@ install:
14
- pip install tox
15
- pip install tox-travis
16
- pip install isort
17
-- pip install black
+- test "$TRAVIS_PYTHON_VERSION" != "pypy3" && pip install black
18
script:
19
- isort --check --recursive src tests
20
-- black --check src tests
+- test "$TRAVIS_PYTHON_VERSION" != "pypy3" && black --check src tests
21
- codecov --version
22
- tox
23
after_success:
0 commit comments