We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70a7ca0 commit a87360dCopy full SHA for a87360d
1 file changed
.travis.yml
@@ -15,8 +15,8 @@ install:
15
- pip install tox tox-travis
16
- pip install isort black
17
script:
18
- - isort --check --diff src tests
19
- - black --check --diff src tests
+ - isort --check src tests
+ - black --check src tests
20
- codecov --version
21
- tox
22
after_success:
0 commit comments