mirror of
https://github.com/coding-horror/basic-computer-games.git
synced 2025-12-22 23:26:40 -08:00
Python: Add Continuous Integration for Python
There are a lot of exceptions, but it's a start. This will ensure that no more issues get added / that issues get fixed before the code is added
This commit is contained in:
3
00_Utilities/python/ci-requirements.in
Normal file
3
00_Utilities/python/ci-requirements.in
Normal file
@@ -0,0 +1,3 @@
|
||||
pytest
|
||||
flake8
|
||||
mypy
|
||||
Reference in New Issue
Block a user