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
|
- python/save-cache
|
||||||
- run:
|
- run:
|
||||||
command: |
|
command: |
|
||||||
sudo pip install pipenv
|
|
||||||
pipenv install
|
pipenv install
|
||||||
pipenv run pytest
|
pipenv run pytest
|
||||||
workflows:
|
workflows:
|
||||||
|
1
requirements.txt
Normal file
1
requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
pipenv
|
Loading…
Reference in New Issue
Block a user