We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d757a90 commit ff8ac73Copy full SHA for ff8ac73
1 file changed
travis.sh
@@ -3,10 +3,12 @@
3
set -e
4
5
pip install pylint
6
+pip install mypy
7
8
if ! [[ $NOPANDAS -eq 1 ]]; then
9
pip install pandas
10
fi
11
12
nosetests --with-coverage --cover-package=functional
13
pylint functional
14
+mypy functional
0 commit comments