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: