Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit de0a401

Browse files
songy23liyanhui1228
authored andcommitted
Fix typos in the README. (#252)
1 parent b2c829a commit de0a401

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,14 +393,14 @@ Tests
393393
tox -e py34
394394
source .tox/py34/bin/activate
395395

396-
# Run the unit test
396+
# Install nox with pip
397397
pip install nox-automation
398398

399399
# See what's available in the nox suite
400400
nox -l
401401

402402
# Run a single nox command
403-
nox -s "unit_tests(python_version='2.7')"
403+
nox -s "unit(py='2.7')"
404404

405405
# Run all the nox commands
406406
nox

0 commit comments

Comments
 (0)