From 8ba9c1470dccd1c368a8321c0b68e3d95c176bab Mon Sep 17 00:00:00 2001 From: Pradyun Gedam Date: Sat, 28 Sep 2019 11:15:13 +0530 Subject: [PATCH] Add a note that the nox commands are a "prototype" --- noxfile.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/noxfile.py b/noxfile.py index 90beffe16..7b19ee959 100644 --- a/noxfile.py +++ b/noxfile.py @@ -73,6 +73,9 @@ def should_update_common_wheels(): # ----------------------------------------------------------------------------- # Development Commands +# These are currently prototypes to evaluate whether we want to switch over +# completely to nox for all our automation. Contributors should prefer using +# `tox -e ...` until this note is removed. # ----------------------------------------------------------------------------- @nox.session(python=["2.7", "3.5", "3.6", "3.7", "pypy"]) def test(session):