Moving through unit tests, still failing

This commit is contained in:
James Barnsley
2020-02-06 16:31:11 +13:00
parent 4331e6bbf8
commit af37d37e68
4 changed files with 37 additions and 31 deletions

19
tox.ini
View File

@ -1,5 +1,6 @@
[tox]
envlist = py37, py38, black, check-manifest, flake8
envlist = py37
#envlist = py37, py38, black, check-manifest, flake8
[testenv]
sitepackages = true
@ -17,22 +18,6 @@ commands = python -m black --check .
[testenv:check-manifest]
deps = .[lint]
commands = python -m check_manifest
ignore =
build_tools
build_tools/*
docker
docker/*
Screenshots
Screenshots/*
src
src/*
.circleci
.circleci/*
.dockerignore
.htaccess
.vscode
.vscode/*
.dockerignore
[testenv:flake8]
deps = .[lint]