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
cython
pip
nose
jinja2
......@@ -12,7 +12,12 @@ requirements:
- python
- fftw3f
test:
test:
requires:
- cmake
- nose
commands:
- # Test excluding OpenCL tests
- ctest -j2 -V -E "[A-Za-z]+OpenCL[A-Za-z]+"
- 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