Skip to content

Commit

Permalink
Remove unused tox envs
Browse files Browse the repository at this point in the history
  • Loading branch information
frankharkins committed Jan 29, 2024
1 parent 5b7752c commit fc69c11
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
minversion = 3.6
envlist = py36, py37, py38, py39, lint, coverage, black, ci, json
envlist = py39, lint, coverage, black
skipsdist = True

[testenv]
Expand Down Expand Up @@ -32,15 +32,3 @@ commands =
[testenv:black]
envdir = .tox/lint
commands = black {posargs} ecosystem tests --check

[testenv:ci]
commands =
apt-get install -yq docker-ce docker-ce-cli
curl https://raw.githubusercontent.com/nektos/act/master/install.sh | sudo bash
act -j submission_workflow -e .github/workflows/test_payloads/submission-wf-newissue.json --env-file .github/workflows/test_payloads/my.env
act -j submission_workflow -e .github/workflows/test_payloads/submission-wf-commenttrigger.json --env-file .github/workflows/test_payloads/my.env

[testenv:json]
allowlist_externals = bash
commands =
bash -ec 'for i in ecosystem/resources/*.json; do echo $i; cat $i | jq empty; done'

0 comments on commit fc69c11

Please sign in to comment.