We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a479f0c commit 197eb88Copy full SHA for 197eb88
tox.ini
@@ -2,22 +2,16 @@
2
minversion = 3.7.0
3
skipsdist = true
4
allowlist_external = /usr/bin/env
5
-envlist = py3-{linux,mac}
+envlist = py3
6
7
[testenv]
8
-platform =
9
- linux: linux
10
- mac: darwin
11
passenv = OUTPUT
12
-setenv =
13
- !mac: FIND_OPTS = -executable
14
- mac: FIND_OPTS = -perm '+111'
15
deps =
16
- dzcb~=0.2.0
+ dzcb==0.3a3
17
commands =
18
- /usr/bin/env bash -c " \
19
- find {toxinidir}/input \
20
- -name "generate.sh" \
21
- {env:FIND_OPTS} -print0 | \
22
- xargs -0 -n 1 bash \
23
- "
+ python {toxinidir}/input/generate_all.py
+
+[testenv:shell]
+platform = linux|darwin
+commands =
+ {toxinidir}/input/generate_all.sh
0 commit comments