upgrade nosetests from python2.7

This commit is contained in:
Bryan Bishop 2020-09-07 09:25:12 -05:00
parent 906150e033
commit 681af5c175
No known key found for this signature in database
GPG Key ID: 984F10CC77169FD2
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
SHELL := /bin/bash
test:
nosetests-2.7 -s --verbosity=2
nosetests -s --verbosity=2
clean:
rm -fr build dist