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

View File

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

1
requirements.txt Normal file
View File

@ -0,0 +1 @@
pipenv