File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,7 @@ install:
2929 - pip install -r requirements.txt
3030 - pip install -q Django==$DJANGO_VERSION
3131 - mysql -e 'create database django_prometheus_1;'
32- before_script :
33- - pep8 .
3432script :
33+ - pycodestyle django_prometheus/.
3534 - python setup.py test
3635 - (cd django_prometheus/tests/end2end; PYTHONPATH=../../.. python manage.py test)
Original file line number Diff line number Diff line change 11Django >= 1.11
22django-redis >= 4.8
3- pep8
3+ pycodestyle
44prometheus-client >= 0.7
55pip-prometheus >= 1.2.1
66mock
Original file line number Diff line number Diff line change 22test =pytest
33
44[tool:pytest]
5- addopts = --ignore django_prometheus/tests/end2end
5+ addopts = --ignore django_prometheus/tests/end2end
6+
7+ [pycodestyle]
8+ max-line-length = 110
You can’t perform that action at this time.
0 commit comments