summaryrefslogtreecommitdiff
path: root/test/README.md
diff options
context:
space:
mode:
authorAnish Athalye <me@anishathalye.com>2015-10-22 21:46:28 -0400
committerAnish Athalye <me@anishathalye.com>2015-10-22 22:08:35 -0400
commit5babc8f562f9ba1ad3e78b5ec6906aa33d17c0a9 (patch)
tree617b861f7533956783737b3a9e30393f57c8f048 /test/README.md
parent30dc7d57887ced68fa2109db214c94598449e2da (diff)
Add ability to test with specific Python versions
Diffstat (limited to 'test/README.md')
-rw-r--r--test/README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/README.md b/test/README.md
index 824dbca..c4abddc 100644
--- a/test/README.md
+++ b/test/README.md
@@ -17,6 +17,9 @@ started by running `vagrant up`.
The test suite can be run by running `./test`. Selected tests can be run by
passing paths to the tests as arguments to `./test`.
+Tests can be run with a specific Python version by running `./test --version
+<version>` - for example, `./test --version 3.4.3`.
+
When finished with testing, it is good to shut down the virtual machine by
running `vagrant halt`.