summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2019-06-30 16:38:07 -0400
committerJason R. Coombs <jaraco@jaraco.com>2019-06-30 16:38:07 -0400
commit054ea7dbbaabf257e7c3c6276d889cc178a19340 (patch)
tree9d2b3d2a73dbe11c0a3587cb1f8c98c27f0764e4
parent2ab127d2bc47ffd747afe3059b3a5b08254a5415 (diff)
downloadpytest-runner-054ea7dbbaabf257e7c3c6276d889cc178a19340.tar.gz
Upgrade tox and virtualenv to ensure that environments get recent pips
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2b7808f..f35aa27 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,7 +18,7 @@ cache:
- '%LOCALAPPDATA%\pip\Cache'
test_script:
- - "python -m pip install tox tox-venv"
+ - "python -m pip install -U tox tox-venv virtualenv"
- "tox"
version: '{build}'