openworm / muscle_model

Model of C elegans body wall muscle based on Boyle & Cohen 2008
http://www.opensourcebrain.org/projects/muscle_model
Other
47 stars 24 forks source link

Shell script tester #59

Closed brijeshmodi12 closed 8 years ago

brijeshmodi12 commented 8 years ago

shell_script_tester.py runs all the shell scripts present in muscle_model/NeuroML2 to test whether they exit correctly or not; that is whether they exit with code 0 or not.

This branch also contains a minor modification in travis.yml. I have made use of xvfb to run shell scripts which requires GUI on Travis-CI.