Skip to content

Commit d7c7a3b

Browse files
authored
Merge pull request #175 from asherf/isort
isort - check only in CI
2 parents 278d574 + 3d917aa commit d7c7a3b

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
@@ -37,7 +37,7 @@ install:
3737
script:
3838
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
3939
- flake8 django_prometheus
40-
- isort -rc django_prometheus/
40+
- isort --check-only -rc django_prometheus/
4141
- coverage run --source=django_prometheus setup.py test
4242
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
4343
- python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)