Spaces:
Build error
Build error
File size: 297 Bytes
ce7a721 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[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 |