Skip to content

Instantly share code, notes, and snippets.

@icaoberg
Created March 7, 2014 22:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icaoberg/9421829 to your computer and use it in GitHub Desktop.
Save icaoberg/9421829 to your computer and use it in GitHub Desktop.
Script for running nosetest for python-javabridge using virtualenv in Jenkins #nosetests #bioformats #macosx #ubuntu
$VIRTUALENV virtual_environment
. virtual_environment/bin/activate
pip install cython
pip install --allow-all-external pyrex
pip install numpy
pip install nose
python setup.py build_ext --inplace
python nosetests.py
deactivate
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment