Closed littleq0903 closed 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
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.
oh wait, I checked the wrong files. let me fix it.
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.
now this left:
ERROR: InvocationError: '/home/travis/build/PolicyStat/terrarium/.tox/py26-venv-1.8.4/bin/nosetests -v'
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.
@winhamwr : can you re-run the build#199 on Travis?
Hi Colin,
Maybe fix the typo and push? I'm on my mobile and don't see an obvious way to do that.
-Wes
docs added.
Excellent. Thanks, Colin!
manual QA passed.
now adding unit testing on it.