Merge pull request #3271 from radarhere/mingw

Revert "Temporarily use --no-cache-dir for pip on mingw32"
This commit is contained in:
Hugo 2018-07-26 08:26:31 +03:00 committed by GitHub
commit a503229782
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ pacman -S --noconfirm mingw32/mingw-w64-i686-python3-pip \
mingw32/mingw-w64-i686-python2-setuptools \
mingw-w64-i686-libjpeg-turbo
C:/msys64/mingw32/bin/python3 -m pip install --upgrade --no-cache-dir pip
C:/msys64/mingw32/bin/python3 -m pip install --upgrade pip
/mingw32/bin/pip install --no-cache-dir pytest pytest-cov olefile
/mingw32/bin/pip3 install --no-cache-dir pytest pytest-cov olefile
/mingw32/bin/pip install pytest pytest-cov olefile
/mingw32/bin/pip3 install pytest pytest-cov olefile