Skip to content

Commit

Permalink
remove deprecated environments #21
Browse files Browse the repository at this point in the history
  • Loading branch information
jh-RLI committed Aug 16, 2023
1 parent 94e18e8 commit 39ab8ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,8 @@ ignore_basepython_conflict = true
# execute `tox` in the command-line
# bellow you will find explanations for all environments
envlist =
build
docs
test
lint
pr

# configures which environments run with each python version
# the current configuration has the 'test' enviroment. This will run the
Expand All @@ -23,7 +20,7 @@ envlist =
# versions are installed
[testenv]
basepython =
{test,build,lint}: {env:TOXPYTHON:python3}
{test,lint}: {env:TOXPYTHON:python3}
passenv = *

# configures the unittest environment for python 3.6
Expand Down

0 comments on commit 39ab8ca

Please sign in to comment.