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:
29
29
- pip install -r requirements.txt
30
30
- pip install -q Django==$DJANGO_VERSION
31
31
- mysql -e 'create database django_prometheus_1;'
32
- before_script :
33
- - pep8 .
34
32
script :
33
+ - pycodestyle django_prometheus/.
35
34
- python setup.py test
36
35
- (cd django_prometheus/tests/end2end; PYTHONPATH=../../.. python manage.py test)
Original file line number Diff line number Diff line change 1
1
Django >= 1.11
2
2
django-redis >= 4.8
3
- pep8
3
+ pycodestyle
4
4
prometheus-client >= 0.7
5
5
pip-prometheus >= 1.2.1
6
6
mock
Original file line number Diff line number Diff line change 2
2
test =pytest
3
3
4
4
[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