Skip to content
Snippets Groups Projects
Commit f02df368 authored by lorenzennio's avatar lorenzennio
Browse files

Merge branch 'CI'

parents acd86921 6576851c
No related branches found
No related tags found
No related merge requests found
Pipeline #4346 passed
image: ubuntu:18.04
before_script:
- apt-get update -qq && apt-get install -y -qq python3 python3-pip
- pip3 install numpy pandas scipy matplotlib
stages:
- unittests
#doctests:
# stage: unittests
# script: python3 -m doctest -v hello_world.py
unittests:
stage: unittests
script: python3 -m unittest discover -p 'test*.py'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment