Skip to content

Commit

Permalink
Remove linty basepython declaration. Remove noisy envlist.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Oct 11, 2022
1 parent 170da94 commit 39cc592
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
[tox]
envlist = build, py35, py36, py37, py38, lint
skip_missing_interpreters = True
envlist = python

[testenv]
whitelist_externals =
Expand All @@ -18,7 +17,6 @@ extras =
testing

[testenv:lint]
basepython = python3
ignore_errors = True
commands =
pylint --rcfile={toxinidir}/pylintrc abodepy tests
Expand Down

0 comments on commit 39cc592

Please sign in to comment.