From 7f6047b1e36ee858a00b9b34c4f777b32dc63f63 Mon Sep 17 00:00:00 2001 From: Stephan Seitz <stephan.seitz@fau.de> Date: Mon, 14 Oct 2019 14:57:56 +0200 Subject: [PATCH] Use pytest instead of python setup.py test --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 008090c..64ef99a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -69,8 +69,8 @@ full: - python -m pip install -U cppimport pybind11 - python -m pip install --upgrade git+https://github.com/sympy/sympy.git - python -m pip install -e . - - python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git@89ed566a9f08dfeb2faa98a5bd9110acc2edff5a - - python setup.py test + - python -m pip install git+https://i10git.cs.fau.de/seitz/pystencils.git + - pytest - python setup.py doctest tags: - docker -- GitLab