Skip to content

Commit

Permalink
Limit setuptools<44 for Python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
phdru committed Feb 28, 2020
1 parent ab6bfb9 commit 04f9060
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ before_install:
sudo chmod 644 /var/lib/firebird/create_test_db;
fi

install: travis_retry pip install --upgrade "pip < 19.1" setuptools tox coveralls codecov ppu
install: travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox coveralls codecov ppu

script: devscripts/tox-select-envs $TESTS

Expand Down
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,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 < 19.1\" setuptools"
- "pip install --upgrade \"tox < 3.1\" ppu"
- "python -m pip install --upgrade \"pip<19.1\" \"setuptools<44\""
- "pip install --upgrade \"tox<3.1\" ppu"
- "pip --version"
# List ODBC drivers
- ps: Get-OdbcDriver -Platform 32-bit | Select-Object -ExpandProperty Name
Expand Down

0 comments on commit 04f9060

Please sign in to comment.