]> git.phdru.name Git - cookiecutter.git/blobdiff - project_template/appveyor.yml
Build(setup.py): Use `importlib` instead of deprecated `imp` for Python 3.4+
[cookiecutter.git] / project_template / appveyor.yml
index 107899846ff9fa5b4f97f1f360a305cc398a2556..54a1627333fd9a251be01931827f51c5de51cbb5 100644 (file)
@@ -71,8 +71,8 @@ install:
   - "SET TOXPYTHON=%PYTHON_HOME%\\python.exe"
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
-  - "python -m pip install --upgrade pip setuptools"
-  - "pip install --upgrade tox ppu"
+  - "python -m pip install --upgrade \"pip < 19.1\" setuptools"
+  - "pip install --upgrade \"tox < 3.1\" ppu"
   - "pip --version"
 
 # No build step - we don't have C extensions