Add a note that the nox commands are a "prototype"

This commit is contained in:
Pradyun Gedam 2019-09-28 11:15:13 +05:30
parent 20b58c33fa
commit 8ba9c1470d
No known key found for this signature in database
GPG Key ID: DA17C4B29CB32E4B
1 changed files with 3 additions and 0 deletions

View File

@ -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):