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 Build showing success now, still script key needed to be added. #36

Merged
merged 1 commit into from
May 15, 2018

Conversation

rupav
Copy link
Collaborator

@rupav rupav commented May 11, 2018

Explanation About What Code Achieves:
  • Explanation

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 changed the title Remove sudo command in .travis.yml Debugging .travis.yml May 11, 2018
@rupav rupav force-pushed the develop branch 2 times, most recently from 9bec871 to b93a9bf Compare May 15, 2018 17:04
@rupav rupav changed the title Debugging .travis.yml Travis Build showing success now, still script key needed to be added. May 15, 2018
@rupav rupav merged commit 363026c 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