Update pytype_test to be easier to run manually. (#2469)

* Moves the pytype installation to requirements-tests-py3.txt, now
  that pytype can run under Python 3.5+.
* Changes tests/pytype_test.py to not require a --python{version}-exe
  argument when it can automatically find the Python interpreter, and
  cleans up a few typos and out-of-date things.
* Updates the appropriate documentation.
* Updates .travis.yml.
This commit is contained in:
Rebecca Chen
2018-09-21 09:38:33 -07:00
committed by GitHub
parent 4f4a025409
commit eb09e2898b
5 changed files with 36 additions and 37 deletions

View File

@@ -3,3 +3,4 @@ typed-ast>=1.0.4
flake8==3.5.0
flake8-bugbear==18.2.0
flake8-pyi>=18.3.1
pytype>=2018.9.19