Moving through unit tests, still failing
This commit is contained in:
19
tox.ini
19
tox.ini
@ -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]
|
||||
|
||||
Reference in New Issue
Block a user