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 1 additions and 0 deletions
Showing only changes of commit 207bd14d8f - Show all commits

View File

@ -13,6 +13,7 @@ jobs:
- python/save-cache - python/save-cache
- run: - run:
command: | command: |
pipenv --python 3.8
pipenv install pipenv install
pipenv run pytest pipenv run pytest
workflows: workflows: