This applies only to the python code, but not to the overall rules!
I think it is useful to have some continuous integration testing for our python code base for this project. Basically, whenever you make a pull request (or push to an existing one) several tests (which you have to code as well) will be executed by Travis. Furthermore, you will see some stats about which lines of codes are covered by tests and which are not. Very helpful for further development and totally my fault that I do not yet provide those required tests, i.e. coverage is very low :-(
This applies only to the python code, but not to the overall rules!
I think it is useful to have some continuous integration testing for our python code base for this project. Basically, whenever you make a pull request (or push to an existing one) several tests (which you have to code as well) will be executed by Travis. Furthermore, you will see some stats about which lines of codes are covered by tests and which are not. Very helpful for further development and totally my fault that I do not yet provide those required tests, i.e. coverage is very low :-(