Added tests to run in ci. Updated tests.

This commit is contained in:
Eddy Hintze
2021-05-21 12:55:34 +00:00
parent c8aba1179a
commit c107b65e01
4 changed files with 7 additions and 9 deletions

View File

@@ -1,6 +1,10 @@
[tox]
envlist = flake8
envlist = flake8, py36
[testenv]
deps =
pytest
commands = pytest
[testenv:flake8]
basepython = python3