Add .circleci/config.yml

This commit is contained in:
Greg Gauthier 2020-10-23 13:00:41 +01:00
parent 95e08df3d3
commit 11e3834821
1 changed files with 4 additions and 3 deletions

View File

@ -12,9 +12,10 @@ jobs:
- python/install-deps
- python/save-cache
- run:
command: pipenv run pytest
name: Test
command: |
sudo pip install pipenv
pipenv install
pipenv run pytest
workflows:
main:
jobs: