Fixing small typo in README - should explicitly call python3 when running tests (#1290)

This commit is contained in:
Emily Morehouse
2017-05-22 14:07:39 -07:00
committed by Jelle Zijlstra
parent 1be96c00c7
commit a5bd84c766

View File

@@ -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
...