2 Commits (90118f08968c6753c3787c327d07325a01a5c33e)

Author SHA1 Message Date
Michael Moese b35508d02e Add a basic travis configuration
This should help us getting a basic CI running.
Disable pytest until we have some tests

Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago
Michael Moese 9b6798a180 Add a makefile with some default targets
Add some targets
- make help, print some usage help. Default target
- make setup to install requirements using pip (make sure to activate
  your virtual environment first)
- make test will run the tests
- make clean, just a dummy for now

Add required tools for testing and code analysis to requirements.txt

Signed-off-by: Michael Moese <mmoese@suse.com>
4 years ago