Skip to content

Commit

Permalink
Used Python 3.6 for flake8 and isort tasks.
Browse files Browse the repository at this point in the history
  • Loading branch information
carltongibson committed Jun 5, 2020
1 parent c089501 commit 5bc1900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ deps =

[testenv:flake8]
usedevelop = false
basepython = python2.7
basepython = python3.6
commands = flake8
deps = flake8

[testenv:isort]
usedevelop = false
basepython = python2.7
basepython = python3.6
commands = isort --recursive --check-only --diff picklefield tests
deps = isort==4.2.5

0 comments on commit 5bc1900

Please sign in to comment.