We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 278d574 commit 3d917aaCopy full SHA for 3d917aa
.travis.yml
@@ -37,7 +37,7 @@ install:
37
script:
38
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
39
- flake8 django_prometheus
40
- - isort -rc django_prometheus/
+ - isort --check-only -rc django_prometheus/
41
- coverage run --source=django_prometheus setup.py test
42
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
43
- python setup.py sdist bdist_wheel
0 commit comments