Skip to content

Instantly share code, notes, and snippets.

@matthew-brett
Last active March 28, 2016 19:57
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 matthew-brett/2fd9d9a29e022c297634 to your computer and use it in GitHub Desktop.
Save matthew-brett/2fd9d9a29e022c297634 to your computer and use it in GitHub Desktop.
ML_URL=https://d9a97980b71d47cde94d-aae005c4999d7244ac63632f8b80e089.ssl.cf2.rackcdn.com
virtualenv manylinux-test
source manylinux-test/bin/activate
python -m pip install -U pip
pip install -f $ML_URL numpy scipy pandas numexpr scikit-learn nose
python -c 'import numpy; numpy.test("full")'
python -c 'import scipy; scipy.test("full")'
nosetests sklearn
nosetests numexpr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment