Shivam2396's picture
Upload tox.ini
ce7a721
raw
history blame contribute delete
297 Bytes
[tox]
envlist = env1
skipsdist = true
[testenv]
install_command = pip install {opts} {packages}
basepython= python3.8
[testenv:env1]
deps =
-rrequirements.txt
setenv =
PYTHONPATH=.
commands =
black Diabeties_Detect.py
python Diabeties_Detect.py
pytest tests