Skip to content
Snippets Groups Projects
Commit 986cf683 authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

Remove tests for now

parent 0e8e33d3
Branches
Tags
No related merge requests found
......@@ -58,27 +58,27 @@ build-from-test-image:
- pip3 install -r requirements-dev.txt
- py.test test/test_install/test_make_all-installed.py
unit-test-ubuntu16.04:
stage: test
except:
- docker
- helpers
before_script:
- pip3 install --upgrade pip
- pip3 install -r requirements-dev.txt
- ./make
- prokka --version
- mmseqs -h | head
- mafft --version
- fastme -h
script:
- py.test test/test_unit/test_annote
- more test_mmseq_cluster.log
- mv .coverage .coverage-unit
artifacts:
paths:
- .coverage-unit
expire_in: 1 hour
# unit-test-ubuntu16.04:
# stage: test
# except:
# - docker
# - helpers
# before_script:
# - pip3 install --upgrade pip
# - pip3 install -r requirements-dev.txt
# - ./make
# - prokka --version
# - mmseqs -h | head
# - mafft --version
# - fastme -h
# script:
# - py.test test/test_unit/test_annote
# - more test_mmseq_cluster.log
# - mv .coverage .coverage-unit
# artifacts:
# paths:
# - .coverage-unit
# expire_in: 1 hour
# func-test-ubuntu16.04:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment