We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ac8e65 commit dc13fd9Copy full SHA for dc13fd9
CONTRIBUTING.md
@@ -79,6 +79,6 @@ dependencies):
79
- Python
80
- All Python versions that Nirum should support: Python 2.7, and
81
3.4 and above all
82
- - [`tox`][tox]
+ - [`tox`][tox] 3.0.0 or higher
83
84
[tox]: https://tox.readthedocs.io/
tox.ini
@@ -1,4 +1,5 @@
1
[tox]
2
+minversion = 3.0.0
3
envlist =
4
buildfixture
5
# CHECK: When the list of supported Python versions change,
0 commit comments