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 cf2e910 commit 4d41c83Copy full SHA for 4d41c83
.travis.yml
@@ -38,8 +38,8 @@ script:
38
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
39
- flake8 django_prometheus
40
- coverage run --source=django_prometheus setup.py test
41
- - python setup.py sdist bdist_wheel
42
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
+ - python setup.py sdist bdist_wheel
43
after_success:
44
- coverage combine .coverage django_prometheus/tests/end2end/.coverage
45
- coveralls
0 commit comments