We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08bf8e5 commit 8451dfbCopy full SHA for 8451dfb
1 file changed
.travis.yml
@@ -15,7 +15,7 @@ install:
15
- pip install tox-travis
16
- pip install isort
17
script:
18
-- isort --check --recursive src
+- isort --check --recursive src tests
19
- codecov --version
20
- tox
21
after_success:
0 commit comments