Fixed travis

This commit is contained in:
Syrus Akbary 2017-08-07 20:55:05 -07:00
parent 7cfec55410
commit 4585469425

View File

@ -26,7 +26,6 @@ install:
python setup.py develop
elif [ "$TEST_TYPE" = lint ]; then
pip install flake8
fi
elif [ "$TEST_TYPE" = mypy ]; then
pip install mypy
fi