2

Anyone who has worked with travis-ci for building their python project git branch? Seems that my yml is not configured properly and don't know how to create one correctly. The current build error is attached. Any leads are helpful.
Ps: Have not pushed any unit test cases in this project
FYI: deliberately marked branch and stuff in astresik. you can assume it is correct.

Comments
  • 0
    You forgot to hide the folder name when doing cd, anyways looks like it's a pip error you need to specify dependencies to be installed in that.
  • 0
    @rjcrystal i just need some requests that i added. the build still failed. found a work around and added this:
    script:
    - echo foo
    and now this passes. not sure what i did was correct
  • 0
    This is not a support forum
  • 0
    @nummy ty for the input
Add Comment