Skip to content
Snippets Groups Projects
Commit 0c07e6f5 authored by Dani Beltrán's avatar Dani Beltrán
Browse files

Update package.py

parent d22cd966
No related branches found
No related tags found
2 merge requests!357create new experimental release,!355Added tests to all our spackages
This commit is part of merge request !355. Comments created here will be created in the context of that merge request.
......@@ -19,3 +19,9 @@ class BiobbCommon(PythonPackage):
depends_on('py-pyyaml', type=('build', 'run'))
depends_on('py-requests', type=('build', 'run'))
depends_on('py-biopython@1.78:1.80', type=('build', 'run'))
# Test
@run_after('install')
@on_package_attributes(run_tests=True)
def check_install (self):
python("-c", 'import biobb_common')
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