From 551098d4970e959f4f76b39ea5dcf55d6c44d98d Mon Sep 17 00:00:00 2001 From: Kkevsterrr Date: Thu, 12 Mar 2020 23:34:32 -0400 Subject: [PATCH] Added pytest, removed save cache --- .circleci/config.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6b456d8..b52142e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -12,9 +12,8 @@ jobs: - run: command: pip install --user -r requirements_windows.txt name: Pip install - - python/save-cache - run: - command: ./manage.py test + command: python -m pytest --cov=./ -sv tests/ --tb=short name: Test workflows: