From ef57dc01d21204a2f6370d66239f6757a4e0a641 Mon Sep 17 00:00:00 2001 From: songy23 Date: Thu, 9 Aug 2018 13:45:38 -0700 Subject: [PATCH] Fix typos in the README. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 51db8b709..911141647 100644 --- a/README.rst +++ b/README.rst @@ -393,14 +393,14 @@ Tests tox -e py34 source .tox/py34/bin/activate - # Run the unit test + # Install nox with pip pip install nox-automation # See what's available in the nox suite nox -l # Run a single nox command - nox -s "unit_tests(python_version='2.7')" + nox -s "unit(py='2.7')" # Run all the nox commands nox