marcusbuffett / command-line-chess

A python program to play chess against an AI in the terminal.
MIT License
496 stars 156 forks source link

Create pythonapp.yml and src/termcolor_test.py #19

Closed ddugovic closed 4 years ago

marcusbuffett commented 4 years ago

Not familiar with the pythonapp.yml thing, can I get a quick explanation of what this is for?

ddugovic commented 4 years ago

The pythonapp.yml file allows GitHub to automate tasks such as flake8 checking PEP8 code formatting and pytest running automated tests.

For open source projects GitHub Actions is a free service.

marcusbuffett commented 4 years ago

Good enough for me, merging, thank you!