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

circleci-project-setup
Greg Gauthier 3 years ago
parent 11e3834821
commit a22b996727
  1. 1
      .circleci/config.yml
  2. 1
      requirements.txt

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

Loading…
Cancel
Save