Skip to content
Snippets Groups Projects

yml file edit

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -18,6 +18,9 @@ build-job: # First stage deployment and installation of dependencies.
lint-test-job: # Test Stage
stage: test # Deploys and runs all 3 linters.
script:
- pip install -r requirements.txt
- pip install -r requirements_dev.txt
- pip install -e .
- flake8 --docstring-convention google sequence_extractor/ gtf_processing/
- pylint sequence_extractor/ gtf_processing/
- mypy sequence_extractor/ gtf_processing/
Loading