From d7d195813ab054d2178ab77b033f17d515083089 Mon Sep 17 00:00:00 2001 From: Marianne Corvellec Date: Thu, 16 Jan 2020 18:18:10 +0100 Subject: [PATCH] Let CI run Python unit tests --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0f006ae1b..872a2fc39 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -110,6 +110,13 @@ jobs: pip install -e . pytest tests/integration + - run: + name: Run unit tests + command: | + python -m venv venv + . venv/bin/activate + pytest tests/unit + python-3.7: <<: *test-template docker: