Skip to content

Commit 68a9812

Browse files
committed
Just rely on pep517.check.
1 parent c532804 commit 68a9812

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

tox.ini

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ changedir =
1515
setenv =
1616
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
1717
whitelist_externals =
18-
python2.7
1918
mkdir
20-
rm
21-
sh
22-
virtualenv
2319
commands =
2420
perf,tests: {envpython} -m pip install '{toxinidir}[format]'
2521
tests_nongpl: {envpython} -m pip install '{toxinidir}[format_nongpl]'
@@ -32,23 +28,7 @@ commands =
3228
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
3329

3430
# Check to make sure that releases build and install properly
35-
build: virtualenv --quiet --python=python2.7 {envtmpdir}/venv
36-
build: {envtmpdir}/venv/bin/python -m pip install --quiet wheel
37-
38-
build: {envtmpdir}/venv/bin/python {toxinidir}/setup.py --quiet bdist_wheel --dist-dir={envtmpdir}/wheel
39-
build: sh -c '{envpython} -m pip install --quiet --upgrade --force-reinstall {envtmpdir}/wheel/jsonschema*.whl'
40-
41-
build: python2.7 {toxinidir}/setup.py --quiet sdist --dist-dir={envtmpdir}/sdist --format=gztar,zip
42-
build: sh -c '{envpython} -m pip install --quiet --upgrade --force-reinstall {envtmpdir}/sdist/jsonschema*.tar.gz'
43-
build: sh -c '{envpython} -m pip install --quiet --upgrade --force-reinstall {envtmpdir}/sdist/jsonschema*.zip'
44-
4531
build: {envpython} -m pep517.check {toxinidir}
46-
47-
# FIXME: This has side effects! But it's not my fault... I can't
48-
# figure out yet how to get setuptools to not create this directory
49-
# here yet. But whatever, probably this will change to pep517.build
50-
# soon anways.
51-
build: rm -rf {toxinidir}/jsonschema.egg-info
5232
deps =
5333
build: pep517
5434

0 commit comments

Comments
 (0)