Upgrade pip and setuptools in appveyor.yml

pull/2128/head^2
grossmj 2 years ago
parent a6959de1f8
commit de1654a50f

@ -12,6 +12,7 @@ environment:
install:
- cinst nmap
- "%PYTHON%\\python.exe -m pip install -U pip setuptools" # upgrade pip & setuptools first
- "%PYTHON%\\python.exe -m pip install -r dev-requirements.txt"
- "%PYTHON%\\python.exe -m pip install -r win-requirements.txt"

Loading…
Cancel
Save