Skip to content

Commit d7a8762

Browse files
committed
Test with tox in release script
1 parent c2f7547 commit d7a8762

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-bin/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pip install -U sphinx wheel voluptuous email_validator twine
4040
perl -pi -e "s/(?<=__version__ = \").+?(?=\")/$version/g" minfraud/version.py
4141

4242
echo $"Test results:"
43-
python setup.py test
43+
tox
4444

4545
echo $'\nDiff:'
4646
git diff

0 commit comments

Comments
 (0)