From f9c8e1db1c92f3919791ae9a05b8ea1304f60089 Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Wed, 30 Jan 2019 21:56:45 +0000 Subject: [PATCH] Install python/python3-nose Signed-off-by: Mark Hymers --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f6dfdc..578de75 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,7 +6,7 @@ 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 + - 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-nose python3-nose - flake8 - python setup.py build - make testv2 -- GitLab