We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ffe0c4 commit fda7500Copy full SHA for fda7500
1 file changed
tox.ini
@@ -8,8 +8,9 @@ deps=
8
-rrequirements.txt
9
tifffile
10
pytest
11
+ build
12
13
commands=
- python setup.py build_ext --inplace
14
- python setup.py install
+ python -m build
15
+ pip install .
16
pytest {posargs:}
0 commit comments