circleci seems to want to install requirements the old way. We'll let him install pipenv this way, and do the rest from there

This commit is contained in:
Greg Gauthier 2020-10-23 13:05:05 +01:00
parent 11e3834821
commit a22b996727
2 changed files with 1 additions and 1 deletions

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