mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-30 08:44:21 +08:00
Enable all warnings when running tests
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -18,6 +18,8 @@ setenv =
|
|||||||
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
# https://github.com/tomchristie/django-rest-framework/issues/1957
|
||||||
# tox corrupts __pycache__, solution from here:
|
# tox corrupts __pycache__, solution from here:
|
||||||
PYTHONDONTWRITEBYTECODE=1
|
PYTHONDONTWRITEBYTECODE=1
|
||||||
|
# Enable all warnings.
|
||||||
|
PYTHONWARNINGS=always
|
||||||
# To test Jedi in different versions than the same Python version, set a
|
# To test Jedi in different versions than the same Python version, set a
|
||||||
# different test environment.
|
# different test environment.
|
||||||
env27: JEDI_TEST_ENVIRONMENT=27
|
env27: JEDI_TEST_ENVIRONMENT=27
|
||||||
|
|||||||
Reference in New Issue
Block a user