BLD: Fix Travis nosetests ability to use plugins.

In Python 3 builds, the miniconda version of nose was being used, which
was not finding the pip installed plugins.

Force the install of nose into the non-miniconda part of the
environment where the plugns are installed.
This commit is contained in:
Eddie Hebert
2015-03-31 12:34:43 -04:00
parent d4cf40099f
commit 246b8bdcdc
+1 -1
View File
@@ -24,7 +24,7 @@ install:
- grep pep8== etc/requirements_dev.txt | xargs pip install
- grep mccabe== etc/requirements_dev.txt | xargs pip install
- grep flake8== etc/requirements_dev.txt | xargs pip install
- grep nose== etc/requirements_dev.txt | xargs pip install
- grep nose== etc/requirements_dev.txt | xargs pip install --upgrade --force-reinstall
- grep nose-parameterized== etc/requirements_dev.txt | xargs pip install
- grep nose-ignore-docstring== etc/requirements_dev.txt | xargs pip install
- pip install coveralls