Remove -v flag

This commit is contained in:
Abhinav Singh 2019-08-11 21:43:26 -07:00
parent be7235bf0d
commit 653163532c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ clean:
rm -rf dist
test:
python tests.py -v
python tests.py
package: clean
python setup.py sdist bdist_wheel