Skip to content

Commit 8a34d21

Browse files
committed
Correct python version in .scrutinizer.yml
1 parent 4890e4b commit 8a34d21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ build:
1515
- ./lib/python3.5/site-packages
1616
- ~/.analysis
1717
environment:
18-
python: '3.5.2'
18+
python: '3.5.0'
1919
variables:
2020
DJANGO_SETTINGS_MODULES: settings
2121
DATABASE_URL: postgres://scrutinizer:scrutinizer@localhost:5434/psqlextra

0 commit comments

Comments
 (0)