Skip to content

Commit 7d7cbfc

Browse files
committed
check isort/black last, since they are probably the least of our concerns
1 parent e9f9909 commit 7d7cbfc

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,10 +15,10 @@ install:
1515
- pip install tox tox-travis
1616
- pip install isort black
1717
script:
18-
- isort --check src tests
19-
- black --check src tests
2018
- codecov --version
2119
- tox
20+
- isort --check src tests
21+
- black --check src tests
2222
after_success:
2323
- codecov
2424
notifications:

0 commit comments

Comments
 (0)