Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update terminology to match pytest-xdist #321

Merged
merged 9 commits into from Aug 29, 2019
3 changes: 3 additions & 0 deletions ci/templates/appveyor.yml
Expand Up @@ -22,6 +22,9 @@ install:
- echo PyPy installed
- pypy --version

# Upgrade virtualenv for e.g. more-itertools to be handled properly.
# Pin it to work around https://github.com/tox-dev/tox/issues/1389.
- C:\Python35\python -m pip install -U virtualenv==16.5.0
graingert marked this conversation as resolved.
Show resolved Hide resolved
- C:\Python35\python -m pip install tox
graingert marked this conversation as resolved.
Show resolved Hide resolved

test_script:
Expand Down