From 1e517be9033c82e3bf66745624687eb8d0115d81 Mon Sep 17 00:00:00 2001 From: Guy Korland Date: Tue, 28 May 2019 17:11:03 +0300 Subject: [PATCH] Call test in CI --- .circleci/config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ab2ca21..3de7d28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -34,13 +34,13 @@ jobs: paths: - ./venv key: v1-dependencies-{{ checksum "requirements.txt" }} - - # - run: - # name: run tests - # command: | - # . venv/bin/activate - # python manage.py test + - run: + name: run tests + command: | + . venv/bin/activate + python test.py + # - store_artifacts: # path: test-reports # destination: test-reports