Circleci project setup #1

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

View File

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

View File

@ -8,6 +8,3 @@ pytest = "*"
[packages]
pytest = "*"
[requires]
python_version = "3.8"