guillemalomar / PythonChess

A work in progress of a Chess game for PvP
GNU General Public License v3.0
1 stars 0 forks source link

Investigate integration using tests #26

Closed guillemalomar closed 5 years ago

guillemalomar commented 5 years ago

Check if travis (or any other tool) can run the tests automatically. Maybe crontab could be used to run the tests everyday and send a mail to report the results.

guillemalomar commented 5 years ago

Right now I'm using this, which is useful enough for a project of this size: https://rock-it.pl/automatic-code-quality-checks-with-git-hooks/