-if [[ $TRAVIS_PYTHON_VERSION != '3.4' ]]; then pip install sphinx_rtd_theme; fi
# nose-exclude plugin allow us to tell nosetests to exclude folder with --exclude-dir=path/to/directory.
# nose-exclude plugin allow us to tell nosetests to exclude folder with --exclude-dir=path/to/directory.
-pip install nose-exclude nose-timer
-pip install nose-exclude nose-timer
-if [[ $NUMPY_VERSION == '1.13.1' ]]; then conda install --yes -q scipy=0.19.1; else conda install --yes -q scipy=0.14; fi# Try to reinstall it to fix the problem
-if [[ $NUMPY_VERSION == '1.13.1' ]]; then conda install --yes -q scipy=0.19.1; else conda install --yes -q scipy=0.14; fi# Try to reinstall it to fix the problem