Skip to content
Snippets Groups Projects
Commit 470e7253 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fix the config

parent 7640bf17
No related branches found
No related tags found
No related merge requests found
...@@ -12,7 +12,14 @@ jobs: ...@@ -12,7 +12,14 @@ jobs:
- python/install-deps - python/install-deps
- python/save-cache - python/save-cache
- run: - run:
command: ./manage.py test command: |
pip install satella snakehouse
python setup.py install
pip install pytest-xdist pytest-cov pytest pytest-forked pluggy py mock
name: Install necessary modules
- run:
command: |
pytest
name: Test name: Test
workflows: workflows:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment