From a5bd84c766a2d4fcb65b09b00be5dfab032a69e8 Mon Sep 17 00:00:00 2001 From: Emily Morehouse Date: Mon, 22 May 2017 14:07:39 -0700 Subject: [PATCH] Fixing small typo in README - should explicitly call python3 when running tests (#1290) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78cc4871a..61b41ab1c 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,7 @@ invoking: ``` (.venv3)$ python3 tests/mypy_test.py ... -(.venv3)$ python tests/mypy_selftest.py +(.venv3)$ python3 tests/mypy_selftest.py ... (.venv3)$ flake8 ...