File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,8 @@ script:
1919 - pip install ipython
2020 - python -m pytest # Now run the tests with IPython.
2121 - pylint fire --ignore=test_components_py3.py,parser_fuzz_test.py,console
22- - if [[ $TRAVIS_PYTHON_VERSION != 3.4 && \
23- $TRAVIS_PYTHON_VERSION != 3.5 ]]; then
22+ - if [[ $TRAVIS_PYTHON_VERSION == 2.7 || \
23+ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
2424 pip install pytype;
2525 fi
2626 # Run type-checking, excluding files that define or use py3 features in py2.
@@ -29,8 +29,6 @@ script:
2929 fire/fire_test.py
3030 fire/inspectutils_test.py
3131 fire/test_components_py3.py;
32- elif [[ $TRAVIS_PYTHON_VERSION != 3.4 && \
33- $TRAVIS_PYTHON_VERSION != 3.5 && \
34- $TRAVIS_PYTHON_VERSION != 3.9 ]]; then
32+ elif [[ $TRAVIS_PYTHON_VERSION == 3.7 ]]; then
3533 pytype;
3634 fi
You can’t perform that action at this time.
0 commit comments