stages: - build_test build_test: stage: build_test script: - apt update - apt upgrade -y - apt install -y python-numpy python3-numpy python-h5py python3-h5py python-sphinx python3-sphinx python-sphinx-rtd-theme python3-sphinx-rtd-theme ipython ipython3 flake8 python-setuptools python3-setuptools python-pytest python3-pytest python-pytest-cov python3-pytest-cov python-wheel python3-wheel - flake8 - python setup.py build - make testv2 - python3 setup.py build - make testv3 - make doc-html - python3 setup.py sdist bdist_wheel - python setup.py bdist_wheel artifacts: paths: - dist/ expire_in: 1 week