"wrappers/python/vscode:/vscode.git/clone" did not exist on "67004571d36ea4a1fde09be724b2dc35ea53519d"
Commit e1d7fbb2 authored by John Chodera (MSKCC)'s avatar John Chodera (MSKCC)
Browse files

Fixed error in testing block of meta.yaml

parent d0a3f9a8
...@@ -2,4 +2,4 @@ numpy ...@@ -2,4 +2,4 @@ numpy
cython cython
pip pip
nose nose
jinja2
...@@ -12,7 +12,12 @@ requirements: ...@@ -12,7 +12,12 @@ requirements:
- python - python
- fftw3f - fftw3f
test: test:
requires:
- cmake
- nose
commands:
- # Test excluding OpenCL tests - # Test excluding OpenCL tests
- ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+" - ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
- nosetests -vv --processes=-1 --process-timeout=200 - nosetests -vv --processes=-1 --process-timeout=200
......
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