Added pytest, removed save cache

This commit is contained in:
Kkevsterrr 2020-03-12 23:34:32 -04:00
parent ed5ef0fe33
commit 551098d497
1 changed files with 1 additions and 2 deletions

View File

@ -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: