Skip to content

Commit a87360d

Browse files
committed
remove diff
1 parent 70a7ca0 commit a87360d

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
@@ -15,8 +15,8 @@ install:
1515
- pip install tox tox-travis
1616
- pip install isort black
1717
script:
18-
- isort --check --diff src tests
19-
- black --check --diff src tests
18+
- isort --check src tests
19+
- black --check src tests
2020
- codecov --version
2121
- tox
2222
after_success:

0 commit comments

Comments
 (0)