tests with kivy

This commit is contained in:
Tobias Kurze
2020-09-14 21:00:18 +02:00
parent c5fecf91c6
commit c05c456f31
9 changed files with 772 additions and 0 deletions

12
Pipfile Normal file
View File

@@ -0,0 +1,12 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
kivy = "==2.0.0rc2"
[requires]
python_version = "3.8"