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 7cfec55 commit 4585469Copy full SHA for 4585469
.travis.yml
@@ -26,7 +26,6 @@ install:
26
python setup.py develop
27
elif [ "$TEST_TYPE" = lint ]; then
28
pip install flake8
29
- fi
30
elif [ "$TEST_TYPE" = mypy ]; then
31
pip install mypy
32
fi
0 commit comments