remove pip upgrade

This commit is contained in:
jopohl
2018-04-14 16:17:32 +02:00
committed by Johannes Pohl
parent 4330aab51f
commit ea91bf77dd

View File

@@ -41,7 +41,6 @@ install:
- SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%
- python --version
- python -c "import struct; print(struct.calcsize('P') * 8)"
- pip install --disable-pip-version-check --user --upgrade pip
- pip install -r data\requirements.txt
- pip install pytest