PolicyStat / terrarium

Package and ship relocatable python virtualenvs, like a boss.
https://terrarium.readthedocs.io/en/latest
BSD 3-Clause "New" or "Revised" License
171 stars 14 forks source link

Google Cloud Storage support #53

Closed littleq0903 closed 9 years ago

littleq0903 commented 9 years ago

manual QA passed.

now adding unit testing on it.

winhamwr commented 9 years ago

Hi Colin,

It also looks like you have some flake8 issues to clear up, if you didn't notice that build fail.

-Wes

littleq0903 commented 9 years ago

I checked with PyFlake from my side, didn't see any error in the code I added, but found two additional errors in the beginning of tester classes, now fixed.

but from the message it seems like the error refers to the command-level error? if pep8 error it should point out which line.

littleq0903 commented 9 years ago

oh wait, I checked the wrong files. let me fix it.

littleq0903 commented 9 years ago

figured it out, I recently made my PyFlake vim plugin to ignore E501 errors (line too long exceed 80 chars per line), fixed all lines exceed the 80 chars.

littleq0903 commented 9 years ago

now this left:

ERROR: InvocationError: '/home/travis/build/PolicyStat/terrarium/.tox/py26-venv-1.8.4/bin/nosetests -v'

winhamwr commented 9 years ago

Other than the typo, I think this needs:

It looks like your last failing travis build might have been just intermittent. I made a small change to master just to confirm that the travis build is passing there and it is.

littleq0903 commented 9 years ago

@winhamwr : can you re-run the build#199 on Travis?

winhamwr commented 9 years ago

Hi Colin,

Maybe fix the typo and push? I'm on my mobile and don't see an obvious way to do that.

-Wes

littleq0903 commented 9 years ago

docs added.

winhamwr commented 9 years ago

Excellent. Thanks, Colin!