aboutsummaryrefslogtreecommitdiffstats
path: root/deploy.py (follow)
Commit message (Collapse)AuthorAgeLines
* Add error messages (#30)Gravatar Joseph2018-02-28-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add error messages Signed-off-by: JoeBanks13 <[email protected]> * Remove un-used keyword arg from 404 * Assert for status code instead of full content * PEP8 * test lint * please coverage * oh * Exclude websockets.py from coverage * Move code output into terminal * Switch typewriter href protocol * Add tests for websockets.py * Abort previous commit, coveralls did not let coverage go down * Add more pauses and request => response * move css and js out, add typewriter JS to our own repo & add method for appending text in bulk. * Enable REPL on 4XX and change error descriptions * commas * /error path
* Travis deploy on master (#5)Gravatar Christopher Baklid2018-02-07-2/+7
| | | * adds python script to handle branch condition
* only deploy on master branch (#4)Gravatar Christopher Baklid2018-02-07-0/+16
* adds python script to handle branch condition * satisfy snekchek * snekchekd to death