Skip to content

Commit 24d6e24

Browse files
committed
Get rid of the arguments
1 parent e7e60e1 commit 24d6e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ install:
1717
script:
1818
- codecov --version
1919
- tox
20-
- isort --check -sl -p cryptojwt -rc src tests
20+
- isort --check src tests
2121
- black --check src tests
2222
after_success:
2323
- codecov

0 commit comments

Comments
 (0)