Skip to content

Commit

Permalink
use python 3.7 for flake8, manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Wooble committed Sep 16, 2019
1 parent 7d612cf commit fcd9a37
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 @@ -6,7 +6,7 @@ extras= tests
commands = coverage run --branch -m py.test pycounter/test

[testenv:flake8]
basepython=python3.6
basepython=python3.7
deps=
flake8
flake8-import-order
Expand All @@ -27,7 +27,7 @@ deps= pylint~=1.9.2
commands=pylint pycounter

[testenv:manifest]
basepython=python3.6
basepython=python3.7
deps=
check-manifest
commands=
Expand Down

0 comments on commit fcd9a37

Please sign in to comment.