File tree Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Expand file tree Collapse file tree 3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ install:
36
36
- mysql -e 'create database django_prometheus_1;'
37
37
script :
38
38
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then black --check django_prometheus/; fi
39
+ - flake8 django_prometheus
39
40
- coverage run --source=django_prometheus setup.py test
40
41
- python setup.py sdist bdist_wheel
41
42
- pushd django_prometheus/tests/end2end && PYTHONPATH=../../.. coverage run --source=django_prometheus manage.py test && popd
Original file line number Diff line number Diff line change 1
1
Django >= 1.11
2
2
django-redis >= 4.8
3
3
black ; python_version >= '3.6'
4
+ flake8
4
5
prometheus-client >= 0.7
5
6
pip-prometheus >= 1.2.1
6
7
mock
Original file line number Diff line number Diff line change
1
+ [flake8]
2
+ ignore = E501,W503
You can’t perform that action at this time.
0 commit comments