-
Notifications
You must be signed in to change notification settings - Fork 6
The command "source ~/virtualenv/python2.7/bin/activate" failed and exited with 1 during . #11
Comments
Hey! Did you find why it failed? |
Same here. When it fails I'm dropped into the shell. I noticed it doesn't have virtualenv or even pip installed. |
travis@71af2ebc2f5b:~$ sudo apt-get install pip |
Notice the "[deprecated for now, pending rewrite]" in the description ;) Actually I'm going to abandon this project completely, going to build my own CI system travis is just too much pain to work with, cheers :) |
During
Later there's this:
Running
|
OK. This might be of interested to anyone who comes across this project: travis-ci/travis-ci#2114 |
The ideas in the source are still applicable it's just that the travis guys have moved around a bunch of stuff and I don't have time nor motivation to get this to work again. Since they are using docker themselves now it should be fairly easy to pull this off without too many of the ugly hacks I had to employ here. You just have to figure out how they build their docker images. This is mostly based on the chef cookbooks in https://github.com/travis-ci/travis-cookbooks and the default configurations from https://github.com/travis-ci/packer-templates (I think, that's one of the things they moved around). The build scripts are actually the easiest part using https://github.com/travis-ci/travis-build. This thing is what used to interface with that maybe it still works: https://github.com/DanielG/travis-run/blob/master/script/travis-run-script |
Pasting some irc logs:
The text was updated successfully, but these errors were encountered: