diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 93afcdd4ad266fad54369dae81ffd6ad3f795d4a..0ab9bf0dad086061ec39d07afc1712b11364e904 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,5 +29,6 @@ lint-test-job: # This job also runs in the test stage. - pip install -r requirements.txt - pip install -r requirements_dev.txt - pip install -e . - #- flake8 --docstring-convention google readsequencer/ tests/ - #- pylint readsequencer/ tests/ + - flake8 --docstring-convention google term_frag_sel/ tests/ + - pylint term_frag_sel/ tests/ + - mypy term_frag_sel/