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:
parent
11e3834821
commit
a22b996727
@ -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
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
||||
pipenv
|
Loading…
Reference in New Issue
Block a user