Skip to content

Commit 8451dfb

Browse files
committed
check tests isort as well
1 parent 08bf8e5 commit 8451dfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ install:
1515
- pip install tox-travis
1616
- pip install isort
1717
script:
18-
- isort --check --recursive src
18+
- isort --check --recursive src tests
1919
- codecov --version
2020
- tox
2121
after_success:

0 commit comments

Comments
 (0)