Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
swc-installation-test-2.py: Disable sympy, Cython, networkx, and maya…
…vi.mlab

These are rarely used in SWC workshops, and many instructors are
pointing their students at these installation-test scripts without
customizing CHECKS first.  Until we get an easier way to configure the
checks, just make the default settings a bit more relaxed.
  • Loading branch information
W. Trevor King committed Nov 9, 2015
1 parent 2c1913d commit 74844ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions swc-installation-test-2.py
Expand Up @@ -115,10 +115,10 @@ CHECKS = [
'scipy',
'matplotlib',
'pandas',
'sympy',
'Cython',
'networkx',
'mayavi.mlab',
#'sympy',
#'Cython',
#'networkx',
#'mayavi.mlab',
]

CHECKER = {}
Expand Down

0 comments on commit 74844ea

Please sign in to comment.