Skip to content
Snippets Groups Projects
Commit 1f0bd128 authored by Wouter van Oortmerssen's avatar Wouter van Oortmerssen
Browse files

Disabled numpy test in appveyor due to timeout.

It pulls in a LOT of dependencies, this will need to be done better.

Change-Id: Ib27effead194f6836facca01e9454a6037ad837a
parent 321a1c9d
No related branches found
No related tags found
No related merge requests found
......@@ -62,9 +62,11 @@ test_script:
- pip install ../python
- rem "testing without installing Numpy"
- python py_test.py 0 0 0
- rem "testing after installing Numpy"
- conda install --yes numpy
- python py_test.py 0 0 0
- rem "testing after installing Numpy - disabled"
# FIXME: This has a LOT of unnecessary dependencies and makes the tests fail
# with timeouts.
# - conda install --yes numpy
# - python py_test.py 0 0 0
- rem "---------------- C# -----------------"
# Have to compile this here rather than in "build" above because AppVeyor only
# supports building one project??
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment