Skip to content

Commit

Permalink
- rename tox lint environment
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Jun 26, 2020
1 parent c36defd commit 673769b
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 @@ -8,7 +8,7 @@ envlist =
py36,
py37,
py38,
lint-py36
lint,
coverage-report

[testenv]
Expand Down Expand Up @@ -84,7 +84,7 @@ commands =
autopep8 --verbose --in-place --recursive --aggressive --aggressive {toxinidir}/src setup.py
docformatter --in-place --recursive {toxinidir}/src setup.py

[testenv:lint-py36]
[testenv:lint]
basepython = python3.6
skip_install = true

Expand Down

0 comments on commit 673769b

Please sign in to comment.