From 1c1715b7b1505128aa0750fd903bbdb2663da8f6 Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Sun, 28 Apr 2019 10:44:09 +0200 Subject: [PATCH] Ci changes part3 --- .gitlab-ci.yml | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 10743c0..954deab 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -112,6 +112,7 @@ build-documentation: image: i10git.cs.fau.de:5005/software/pystencils/full script: - export PYTHONPATH=`pwd` + - pip install git+https://gitlab-ci-token:${CI_JOB_TOKEN}@i10git.cs.fau.de/pycodegen/pystencils.git@master#egg=pystencils - mkdir html_doc - sphinx-build -W -b html doc html_doc tags: diff --git a/setup.py b/setup.py index 7127861..c1029e2 100644 --- a/setup.py +++ b/setup.py @@ -11,7 +11,7 @@ from version_from_git import version_number_from_git quick_tests = [ 'test_serial_scenarios.test_ldc_mrt', - 'test_force_on_boundary.test_force_on_boundary', + 'test_serial_scenarios.test_channel_srt', ] -- GitLab