summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2017-11-20 12:19:34 -0500
committerJason R. Coombs <jaraco@jaraco.com>2017-11-20 12:19:34 -0500
commit8b4a4a01b39c4a2158af783db950713cb0a72bac (patch)
treef0a9ae8a04e5a508c703822a1aed3cd545beb71a
parent7639e7130217266760cd1d2b2fcb3981279c7f6e (diff)
downloadpython-setuptools-git-archive/1202-troubleshooting.tar.gz
Try instead passing parameters by overriding the script.archive/1202-troubleshooting
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 16124825..af954f6b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ jobs:
# Run pypy3 tests verbose and with output not captured
# to debug https://github.com/pypa/setuptools/issues/1202
- python: pypy3
- env: PYTEST_ADDOPTS="-v -s"
+ script: tox -- -v -s
- stage: deploy (to PyPI for tagged commits)
if: tag IS present
python: *latest_py3