Skip to content

Commit 929979c

Browse files
committed
Remove py35 from tox.ini too; make black target Python 3.6
1 parent 8a0fb6b commit 929979c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@ PRETTIER_TARGETS = '**/*.(css|js)'
44

55
style: package-lock.json
66
isort .
7-
black --target-version=py35 .
7+
black --target-version=py36 .
88
flake8
99
npx eslint --ignore-path .gitignore --fix .
1010
npx prettier --ignore-path .gitignore --write $(PRETTIER_TARGETS)
1111

1212
style_check: package-lock.json
1313
isort -c .
14-
black --target-version=py35 --check .
14+
black --target-version=py36 --check .
1515
flake8
1616
npx eslint --ignore-path .gitignore .
1717
npx prettier --ignore-path .gitignore --check $(PRETTIER_TARGETS)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ envlist =
33
docs
44
style
55
readme
6-
py{35,36,37,38}-dj22-sqlite
6+
py{36,37,38}-dj22-sqlite
77
py{36,37,38}-dj{30,31}-sqlite
88
py{36,37,38}-djmaster-sqlite
99
py{37,38}-dj{22,30,31}-{postgresql,mariadb}

0 commit comments

Comments
 (0)