]> git.phdru.name Git - m_librarian.git/blobdiff - appveyor.yml
CI(AppVeyor): Remove `clone_depth`
[m_librarian.git] / appveyor.yml
index da97b07537ed99975b49bed7abc37cabfe6d604a..17526a5b87f0992d68a4d300d3db184c4f91bc18 100644 (file)
@@ -6,9 +6,6 @@ image: Visual Studio 2019
 cache:
   - '%LOCALAPPDATA%\pip\Cache'
 
-# Match travis
-clone_depth: 50
-
 environment:
   global:
     # SDK v7.0 MSVC Express 2008's SetEnv.cmd script will fail if the
@@ -61,7 +58,7 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "python -m pip install --upgrade \"pip<21\" \"setuptools<44\""
-  - "pip install --upgrade \"tox<3.1\" ppu"
+  - "pip install --upgrade \"tox>=3.15\" ppu"
   - "pip --version"
 
 # No build step