Circleci project setup #1

Merged
gmgauthier merged 10 commits from circleci-project-setup into master 2020-10-23 12:23:37 +00:00
1 changed files with 4 additions and 3 deletions
Showing only changes of commit 11e3834821 - Show all commits

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: