summaryrefslogtreecommitdiff
path: root/build.sh
AgeCommit message (Collapse)Author
2018-08-09Pack python3 instead of pythonx in the tarballLucas Hoffmann
2018-04-30prepare build.sh for version 2.0BlackEagle
Signed-off-by: BlackEagle <ike.devolder@gmail.com>
2017-06-03Use unittest.mock from stdlib in python3Lucas Hoffmann
2017-06-02Simplify test setup and remove test runner scriptLucas Hoffmann
The tests can be run with `python -m unittest discover` instead. When run with python3 they show some deprecation warnings that where not shown before but they do not fail. Additionally this reduces the missed lines count in the test coverage report to 0 for nearly all test files.
2015-08-26Update build scriptJon Cairns
2014-09-08first commitRyu, Han-seok
2014-09-08first commitRyu, Han-seok
2014-09-08trace expressionRyu, Han-seok
2013-03-06Add build bash script for easier tarringJon Cairns