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

Add .circleci/config.yml

parent 2e64535d
No related branches found
No related tags found
No related merge requests found
......@@ -12,14 +12,7 @@ jobs:
- python/install-deps
- python/save-cache
- run:
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
command: ./manage.py test
name: Test
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