Skip to content

Commit ff8ac73

Browse files
authored
Add mypy type linting
1 parent d757a90 commit ff8ac73

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

travis.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,12 @@
33
set -e
44

55
pip install pylint
6+
pip install mypy
67

78
if ! [[ $NOPANDAS -eq 1 ]]; then
89
pip install pandas
910
fi
1011

1112
nosetests --with-coverage --cover-package=functional
1213
pylint functional
14+
mypy functional

0 commit comments

Comments
 (0)