summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorPradyun Gedam <pradyunsg@gmail.com>2018-10-23 19:20:46 +0530
committerPradyun Gedam <pradyunsg@gmail.com>2018-10-23 19:20:46 +0530
commite19aceff40a3f1d91885c0e35ca86fc658f71c83 (patch)
treecfc135d7206b1f35ff20e1549134d31e348ea81a /.appveyor.yml
parent5167495eb729f2f01ae0c4961b40dc1ca52ff828 (diff)
parent51819cc3d86f8c5bef91ede74672b72d34d7c228 (diff)
downloadpip-e19aceff40a3f1d91885c0e35ca86fc658f71c83.tar.gz
Merge branch 'master' into appveyor-rename
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index cfad2a52f..e4324b470 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -18,7 +18,8 @@ environment:
install:
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
- "python --version"
- - "pip install certifi tox"
+ - "pip install --upgrade certifi tox tox-venv"
+ - "pip freeze --all"
# Fix git SSL errors.
- "python -m certifi >cacert.txt"
- "set /p GIT_SSL_CAINFO=<cacert.txt"
@@ -61,7 +62,7 @@ test_script:
$env:TEMP = "T:\"
$env:TMP = "T:\"
if ($env:RUN_INTEGRATION_TESTS -eq "True") {
- tox -e py -- -m integration -n 3 --duration=5
+ tox -e py -- --use-venv -m integration -n 3 --duration=5
}
else {
tox -e py -- -m unit -n 3