Skip to content

Commit

Permalink
Change configuration for Tox: change the requirements for pip to …
Browse files Browse the repository at this point in the history
…"pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5).
  • Loading branch information
tantale committed Jun 3, 2021
1 parent 640715c commit 691f851
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ Other

- Fix configuration for AppVeyor: simplify the test scripts and set the version format to match the current version.

- Change configuration for Tox: change the requirements for ``pip`` to "pip >= 9.0.3, < 21" (Python 2.7, 3.4 and 3.5).


v1.2.12 (2021-03-13)
====================
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ envlist =
[testenv]
commands = pytest --cov-report term-missing --cov=deprecated tests/
deps =
py27,py34,py35: pip >= 9.0.3, < 19.2
py27,py34,py35: pip >= 9.0.3, < 21
py27,py34: PyTest < 5
py35,py36,py37,py38,py39,pypy,pypy3: PyTest
py27,py34: PyTest-Cov < 2.6
Expand Down

0 comments on commit 691f851

Please sign in to comment.