File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 46
46
${{ matrix.python }} /usr/local/lib/python${{ matrix.python == 'python3.10' && '3.10' || '3.11' }}/test/test_sundry.py || echo "FAILED: original test_sundry.py"
47
47
48
48
echo "=== Testing environment under tox ==="
49
- tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --version
49
+ tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest --version
50
50
51
51
echo "=== Testing distutils import under tox ==="
52
52
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- -c "import distutils.bcppcompiler; print('SUCCESS in tox')"
71
71
${{ matrix.python }} /usr/local/lib/python${{ matrix.python == 'python3.10' && '3.10' || '3.11' }}/test/test_sundry.py || echo "FAILED: original test_sundry.py"
72
72
73
73
echo "=== Testing environment under tox ==="
74
- tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- --version
74
+ tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- xtest --version
75
75
76
76
echo "=== Testing distutils import under tox ==="
77
77
tox -r -e $(echo "${{ matrix.python }}" | tr -d .) -- -c "import distutils.bcppcompiler; print('SUCCESS in tox')"
You can’t perform that action at this time.
0 commit comments