Skip to content

Commit c3a0ff9

Browse files
committed
Make scrutinizer use python 3.5.3
1 parent 7f441aa commit c3a0ff9

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ checks:
22
python:
33
code_rating: true
44
duplicate_code: true
5-
javascript: true
65
tools:
76
pylint:
87
python_version: '2'
@@ -16,8 +15,7 @@ build:
1615
- ./lib/python3.5/site-packages
1716
- ~/.analysis
1817
environment:
19-
python: '3.5.0'
20-
node: 'v6.2.0'
18+
python: '3.5.3'
2119
variables:
2220
DJANGO_SETTINGS_MODULES: settings
2321
postgresql: true

requirements/test.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ django-coverage-plugin==1.3.1
1313
flake8==3.0.4
1414
pep8==1.7.0
1515
dj-database-url==0.4.1
16-
enforce==0.3.2
1716
pytest==3.0.6
1817
pytest-benchmark==3.0.0
1918
pytest-django==3.1.2

0 commit comments

Comments
 (0)