Make tests run with 3.6 --fast-parser, too

This commit is contained in:
Lukasz Langa
2016-11-26 20:17:28 -08:00
parent eb90eddd8f
commit ab4ad3fe9d
2 changed files with 4 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ matrix:
install:
# pytype needs py-2.7, mypy needs py-3.2+. Additional logic in runtests.py
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then pip install -U git+git://github.com/python/mypy; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.5' ]]; then pip install -U git+git://github.com/python/mypy && pip install -U git+git://github.com/dropbox/typed_ast; fi
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -U git+git://github.com/google/pytype; fi
script: