Skip to content

Commit

Permalink
Bump the minimum required tox to 3.19.0
Browse files Browse the repository at this point in the history
This change makes sure that the in-tree PEP517 build backend of this
project is picked up and used by tox.

Fixes #72.

Refs:
* tox-dev/tox#1575
* tox-dev/tox#1614
  • Loading branch information
webknjaz committed Aug 10, 2020
1 parent a35783d commit 55273f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist = python
minversion = 3.16.1
minversion = 3.19.0
requires =
setuptools >= 40.9.0
pip >= 19.0.3
Expand Down

0 comments on commit 55273f4

Please sign in to comment.