mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-28 08:06:04 +08:00
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:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user