Commit 8b4a4a01 authored by Jason R. Coombs's avatar Jason R. Coombs

Try instead passing parameters by overriding the script.

parent 7639e713
...@@ -10,7 +10,7 @@ jobs: ...@@ -10,7 +10,7 @@ jobs:
# Run pypy3 tests verbose and with output not captured # Run pypy3 tests verbose and with output not captured
# to debug https://github.com/pypa/setuptools/issues/1202 # to debug https://github.com/pypa/setuptools/issues/1202
- python: pypy3 - python: pypy3
env: PYTEST_ADDOPTS="-v -s" script: tox -- -v -s
- stage: deploy (to PyPI for tagged commits) - stage: deploy (to PyPI for tagged commits)
if: tag IS present if: tag IS present
python: *latest_py3 python: *latest_py3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment