janelia-flyem / gala

Automatic segmentation of electron microscopy volumes
BSD 3-Clause "New" or "Revised" License
76 stars 29 forks source link

Call python -m nose so return status is 1 on test fail #33

Closed jni closed 10 years ago

jni commented 10 years ago

Travis builds were passing even when tests were failing because python test_something.py has exit status 0 regardless of the test outcome. Using python -m nose returns status 1 when tests fail.