summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xruntests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests.py b/runtests.py
index beaf668d6..8aefab0db 100755
--- a/runtests.py
+++ b/runtests.py
@@ -202,7 +202,7 @@ def main(argv):
import warnings; warnings.filterwarnings("always")
import IPython
import numpy as np
- IPython.embed(user_ns={"np": np})
+ IPython.embed(colors='neutral', user_ns={"np": np})
sys.exit(0)
if args.shell: