nengo / nengo-bones

A template for making a new Python project in the Nengo ecosystem
https://www.nengo.ai/nengo-bones/
Other
3 stars 0 forks source link

Nengo devs should enable warnings by default #85

Open tbekolay opened 8 years ago

tbekolay commented 8 years ago

Easiest way: add export PYTHONWARNINGS=default to .profile or .bashrc or .zshrc or whatever shell configuration you use.

drasmuss commented 4 years ago

It'd be even better if we could enable these warnings during CI (and verify that there aren't any), so that it doesn't rely on developers enabling/checking them in their own environment.