MNT: Ahh it's the semicolon...

This commit is contained in:
Eric Dill 2015-08-03 17:20:54 -04:00
parent afbc65325e
commit 13c67aff0b

View File

@ -67,7 +67,7 @@ install:
# required for example testing on python 2.6
- if [ "${PYTHON}" == "2.6" ]; then
pip install importlib
pip install importlib;
fi;
# Debugging helpers