Skip to content

Commit

Permalink
remove envs from tox
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Oct 23, 2022
1 parent b292b67 commit 82d1b36
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,25 +1,9 @@
# For more information about tox, see https://tox.readthedocs.io/en/latest/
[tox]
envlist = py{38,39,310}-{linux,macos,windows}
envlist = testenv
isolated_build=true

[gh-actions]
python =
3.8: py38
3.9: py39
3.10: py310

[gh-actions:env]
PLATFORM =
ubuntu-latest: linux
macos-latest: macos
windows-latest: windows

[testenv]
platform =
macos: darwin
linux: linux
windows: win32
passenv =
CI
GITHUB_ACTIONS
Expand Down

0 comments on commit 82d1b36

Please sign in to comment.