resolved issues with tox
This commit is contained in:
parent
6cf56ddf11
commit
7108fa2a56
@ -1,6 +1,7 @@
|
|||||||
attrs==21.4.0
|
attrs==21.4.0
|
||||||
black==22.1.0
|
black==22.1.0
|
||||||
click==8.1.3
|
click==8.1.3
|
||||||
|
python-dateutil==2.8.2
|
||||||
flake8==4.0.1
|
flake8==4.0.1
|
||||||
iniconfig==1.1.1
|
iniconfig==1.1.1
|
||||||
isort==5.10.1
|
isort==5.10.1
|
||||||
|
2
setup.py
2
setup.py
@ -4,7 +4,7 @@ license = open("LICENSE").read().strip()
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="pyfacts",
|
name="pyfacts",
|
||||||
version=open("VERSION").read().strip(),
|
version="0.0.1",
|
||||||
license=license,
|
license=license,
|
||||||
author="Gourav Kumar",
|
author="Gourav Kumar",
|
||||||
author_email="gouravkr@outlook.in",
|
author_email="gouravkr@outlook.in",
|
||||||
|
5
tox.ini
5
tox.ini
@ -1,10 +1,11 @@
|
|||||||
[tox]
|
[tox]
|
||||||
minversion = 3.8.0
|
minversion = 3.8.0
|
||||||
envlist = py38,py39,py310
|
envlist = py38,py39,py310,py311
|
||||||
|
|
||||||
[testenv]
|
[testenv]
|
||||||
deps = pytest
|
deps = pytest
|
||||||
commands = pytest
|
python-dateutil
|
||||||
|
commands = pytest tests
|
||||||
|
|
||||||
[flake8]
|
[flake8]
|
||||||
max-line-length=125
|
max-line-length=125
|
Loading…
Reference in New Issue
Block a user