We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c51b89 commit 2b5902aCopy full SHA for 2b5902a
.travis.yml
@@ -19,8 +19,7 @@ script:
19
- pip install ipython
20
- python -m pytest # Now run the tests with IPython.
21
- pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
22
- - if [[ $TRAVIS_PYTHON_VERSION == 2.7 || \
23
- $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
+ - if [[ $TRAVIS_PYTHON_VERSION == 2.7 || $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
24
pip install pytype;
25
fi
26
# Run type-checking, excluding files that define or use py3 features in py2.
0 commit comments