Add .circleci/config.yml
This commit is contained in:
parent
95e08df3d3
commit
11e3834821
@ -12,9 +12,10 @@ jobs:
|
|||||||
- python/install-deps
|
- python/install-deps
|
||||||
- python/save-cache
|
- python/save-cache
|
||||||
- run:
|
- run:
|
||||||
command: pipenv run pytest
|
command: |
|
||||||
name: Test
|
sudo pip install pipenv
|
||||||
|
pipenv install
|
||||||
|
pipenv run pytest
|
||||||
workflows:
|
workflows:
|
||||||
main:
|
main:
|
||||||
jobs:
|
jobs:
|
||||||
|
Loading…
Reference in New Issue
Block a user