before_script:
        - python3 -m pip install -r requirements.txt

cache:
        paths:
                - balibase/
                - data/
test:
        script:
                - python3 -m unittest alignementseq_tests test_alignementseq_multiple -v

test_performance:
        script:
                - python3 -m unittest alignementseq_tests.PerformanceTestCase -v
        artifacts:
                paths:
                        - timings.png