Spaces:
Build error
Build error
| [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 |