From 12ccb26260006436130dd99447c34d8b72f7325d Mon Sep 17 00:00:00 2001 From: Rowland Ogwara Date: Wed, 22 Sep 2021 21:36:15 -0500 Subject: [PATCH] fix tox --- pyproject.toml | 1 - tox.ini | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2047d03..638097e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ build-backend = "setuptools.build_meta" [tool.setuptools_scm] local_scheme = "no-local-version" -version_scheme = "release-branch-semver" [tool.black] line-length = 98 diff --git a/tox.ini b/tox.ini index 9e01ff0..bf57f04 100644 --- a/tox.ini +++ b/tox.ini @@ -30,7 +30,7 @@ exclude = *.pyc .eggs -testenv:lint] +[testenv:lint] skip_install = True commands_pre = deps =