So I figured out how we can display stdlib errors on a Travis run: we can run nose as a module and set a flag (-Wd)for Python to display all warnings.
I was thinking we could make a separate target for testing the dev releases:
test-dev:
rm -f .coverage
. local/bin/activate && local/bin/python3 -Wd -m nose
Originally posted by @jadchaar in #585 (comment)
So I figured out how we can display
stdliberrors on a Travis run: we can runnoseas a module and set a flag (-Wd)for Python to display all warnings.I was thinking we could make a separate target for testing the dev releases:
Originally posted by @jadchaar in #585 (comment)