aboutsummaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* rumba: Update to v0.6Sander Vrijders2017-10-181-1/+1
|
* rumba: Update to v0.5Sander Vrijders2017-10-041-1/+1
|
* build: Add continuous integrationSander Vrijders2017-09-131-11/+11
| | | | This adds CI to Rumba.
* ssh & model-storyboard: changed ssh API, added node.execute* methodsMarco Capitani2017-06-301-6/+2
|
* Storyboard testedMarco Capitani2017-06-221-6/+10
|
* build: Remove long description in setupSander Vrijders2017-06-151-6/+0
|
* rumba: Update to version 0.4Sander Vrijders2017-06-131-1/+1
| | | | This updates the framework to version 0.4
* rumba: Install rumba-access on setupSander Vrijders2017-06-071-1/+2
| | | | | This will install rumba-access on setup so that it can be used anywhere.
* rumba: Update to version 0.3Sander Vrijders2017-04-281-1/+1
|
* setup.py: add #! headerVincenzo Maffione2017-04-211-0/+2
|
* rumba: log: Added logging support, migrated from print to logging.Marco Capitani2017-04-211-11/+11
| | | | | + Added logging, migrated, default logging configuration is to stdout. + Minor PEP8 adjustments all-around
* build: Fix setup.pySander Vrijders2017-04-201-1/+1
| | | | setup.py was trying to read README, which was renamed to README.md
* testbeds: jfed: Download jFed CLI if not foundSander Vrijders2017-04-141-1/+1
| | | | | If the jFed CLI was not found, then Rumba will download it in the current directory.
* rumba: Rename package to rumbaSander Vrijders2017-02-091-4/+4
| | | | | This renames the package to rumba, since rhumba was already taken on the PyPi.
* rhumba: Create Python packageSander Vrijders2017-02-091-0/+22
This transforms the repository into a real Python package.