File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -15,11 +15,7 @@ changedir =
15
15
setenv =
16
16
JSON_SCHEMA_TEST_SUITE = {toxinidir}/json
17
17
whitelist_externals =
18
- python2.7
19
18
mkdir
20
- rm
21
- sh
22
- virtualenv
23
19
commands =
24
20
perf,tests: {envpython} -m pip install ' {toxinidir}[format]'
25
21
tests_nongpl: {envpython} -m pip install ' {toxinidir}[format_nongpl]'
@@ -32,23 +28,7 @@ commands =
32
28
perf: {envpython} {toxinidir}/jsonschema/benchmarks/json_schema_test_suite.py --inherit-environ JSON_SCHEMA_TEST_SUITE --output {envtmpdir}/benchmarks/json_schema_test_suite.json
33
29
34
30
# 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
-
45
31
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
52
32
deps =
53
33
build: pep517
54
34
You can’t perform that action at this time.
0 commit comments