Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Travis setup successful #42

Merged
merged 2 commits into from
May 15, 2018
Merged

Travis setup successful #42

merged 2 commits into from
May 15, 2018

Conversation

rupav
Copy link
Collaborator

@rupav rupav commented May 15, 2018

Changes made for travis build:

Added flag --ignore-installed for installing packages inside requirements.txt.
Reference: pypa/pip#3384

Double requirement given: numpy==1.12.1 error – Issue and solution pandas-dev/pandas#20697 - Used conditional installing of pandas based on python version.
pip.req (in package.py) import error – Added Exception handling to solve the recent pip10 issue. Refer: https://stackoverflow.com/questions/25192794/no-module-named-pip-req

Removed Import error in pipeline.py – There was a statement for import of its own, thus removed that finally made the build the successful, script key still needed to be added.
So basically pip10 is the main cause of failing travis build, every referred link has issues raised since last month.

@rupav rupav merged commit 37fd502 into HelikarLab:develop May 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant