Add simple CI to ensure uttermost quality of project.
Runs two steps in test job:
- Install via
pip install .
. - Run test inside
test/
directory aspytaskfarmer.py -w testwork task_list.txt
.
Edited by Karol Krizka
Runs two steps in test job:
pip install .
.test/
directory as pytaskfarmer.py -w testwork task_list.txt
.