Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
[#425] Remove Pipfile and Pipfile.lock (#426)
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Jheng committed May 31, 2020
1 parent c4fb29c commit 6b169ce
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 272 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Expand Up @@ -51,7 +51,7 @@ variables:

- restore_cache:
keys:
- pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}-{{ checksum "Pipfile" }}
- pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}

- run:
name: install dependencies
Expand All @@ -66,7 +66,7 @@ variables:
- save_cache:
paths:
- ./venv
key: pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}-{{ checksum "Pipfile" }}
key: pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}

- run:
name: run tests
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:

- restore_cache:
keys:
- pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}-{{ checksum "Pipfile" }}
- pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}

- run:
name: install dependencies
Expand All @@ -133,7 +133,7 @@ jobs:
- save_cache:
paths:
- ./venv
key: pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}-{{ checksum "Pipfile" }}
key: pip-cache-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "requirements-test.txt" }}-{{ checksum "requirements.txt" }}


- run:
Expand Down
1 change: 0 additions & 1 deletion .pyup.yml
Expand Up @@ -3,4 +3,3 @@
requirements:
- requirements.txt
- test-requirements.txt
- Pipfile
22 changes: 0 additions & 22 deletions Pipfile

This file was deleted.

245 changes: 0 additions & 245 deletions Pipfile.lock

This file was deleted.

0 comments on commit 6b169ce

Please sign in to comment.