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.
2 parents 36d39bc + 4d41c83 commit 2f7b4aaCopy full SHA for 2f7b4aa
.travis.yml
@@ -39,8 +39,8 @@ script:
39
- flake8 django_prometheus
40
- isort -rc django_prometheus/
41
- coverage run --source=django_prometheus setup.py test
42
- - python setup.py sdist bdist_wheel
43
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
+ - python setup.py sdist bdist_wheel
44
after_success:
45
- coverage combine .coverage django_prometheus/tests/end2end/.coverage
46
- coveralls
0 commit comments