Commit b2a94fc4 authored by Marius Wachtler's avatar Marius Wachtler

travis-ci: add some numpy requirements

parent 5e1a850a
...@@ -37,6 +37,9 @@ addons: ...@@ -37,6 +37,9 @@ addons:
- cmake - cmake
- g++-4.8 - g++-4.8
- gdb - gdb
- gfortran
- libatlas-dev
- libatlas-base-dev
- libbz2-dev - libbz2-dev
- libgeoip-dev - libgeoip-dev
- libgmp3-dev - libgmp3-dev
......
...@@ -89,7 +89,7 @@ except: ...@@ -89,7 +89,7 @@ except:
try: try:
test_helper.run_test(['sh', '-c', '. %s/bin/activate && python %s/numpy/tools/test-installed-numpy.py' % (ENV_DIR, ENV_DIR)], test_helper.run_test(['sh', '-c', '. %s/bin/activate && python %s/numpy/tools/test-installed-numpy.py' % (ENV_DIR, ENV_DIR)],
ENV_NAME, [dict(ran=5781, errors=1, failures=1)]) ENV_NAME, [dict(ran=6139, errors=1, failures=1)])
finally: finally:
if USE_CUSTOM_PATCHES: if USE_CUSTOM_PATCHES:
print_progress_header("Unpatching NumPy...") print_progress_header("Unpatching NumPy...")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment