From 7459668e1d38fc921937459f788d75b1ee560b88 Mon Sep 17 00:00:00 2001 From: Paul McCarthy <pauldmccarthy@gmail.com> Date: Tue, 24 Oct 2017 15:44:43 +0100 Subject: [PATCH] scipy is now in requirements.txt. Oops, i meant ubuntu 16.04 --- .gitlab-ci.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6fb21ce9c..053eabf0a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -252,7 +252,6 @@ variables: # it, it will build/install everything # from source, rather than using wheels. - pip install -r requirements.txt - - pip install scipy - pip install sphinx sphinx-rtd-theme - pip install pytest pytest-cov pytest-html pytest-runner mock coverage @@ -346,17 +345,16 @@ test:3.6: style: stage: style - image: ubuntu:14.04 + image: ubuntu:16.04 <<: *test_template variables: PY_VERSION: "python3.5" PY_PACKAGES: "python3-pip python3-venv" PY_VENV: "python3.5 -m venv" - INSTALL_WX: "pip install --only-binary wxpython -f $WXPYTHON_UBUNTU1404_URL wxpython" + INSTALL_WX: "pip install --only-binary wxpython -f $WXPYTHON_UBUNTU1604_URL wxpython" TEST_STYLE: "true" - ########### # Doc stage ########### -- GitLab