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 7f441aa commit c3a0ff9Copy full SHA for c3a0ff9
.scrutinizer.yml
@@ -2,7 +2,6 @@ checks:
2
python:
3
code_rating: true
4
duplicate_code: true
5
- javascript: true
6
tools:
7
pylint:
8
python_version: '2'
@@ -16,8 +15,7 @@ build:
16
15
- ./lib/python3.5/site-packages
17
- ~/.analysis
18
environment:
19
- python: '3.5.0'
20
- node: 'v6.2.0'
+ python: '3.5.3'
21
variables:
22
DJANGO_SETTINGS_MODULES: settings
23
postgresql: true
requirements/test.txt
@@ -13,7 +13,6 @@ django-coverage-plugin==1.3.1
13
flake8==3.0.4
14
pep8==1.7.0
dj-database-url==0.4.1
-enforce==0.3.2
pytest==3.0.6
pytest-benchmark==3.0.0
pytest-django==3.1.2
0 commit comments