1
0
mirror of https://github.com/enpaul/keyosk.git synced 2025-12-19 09:42:34 +00:00

Refactor datatypes into submodules

Gonna do some composition up in here
Add py38 tox env
This commit is contained in:
2020-02-25 22:28:45 -05:00
parent 227f1e7c18
commit 07828f0063
7 changed files with 24 additions and 27 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py37, py36, lint, typing, security, docs
envlist = py36, py37, py38, lint, typing, security, docs
isolated_build = true
[testenv]