Skip to content

Display stdlib errors on Travis run #589

@systemcatch

Description

@systemcatch

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)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions