Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

Commit

Permalink
update tox.ini to remove python path
Browse files Browse the repository at this point in the history
  • Loading branch information
mjmeli committed Aug 25, 2021
1 parent a57efcc commit c9394e5
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
[tox]
init-hook="from pylint.config import find_pylintrc; import os, sys; sys.path.append(os.path.dirname(find_pylintrc()))"
envlist = py3, py37, py38, py39, lint
skip_missing_interpreters = True

[gh-actions]
python =
3: py3
3.7: py37
3.8: py38
3: py3, lint
3.7: py37, lint
3.8: py38, lint
3.9: py39, lint

[testenv]
Expand Down

0 comments on commit c9394e5

Please sign in to comment.