2 Commits (a8b034ccea5a9b91590a2fca029fb03226658148)

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