Skip to content

Commit

Permalink
update pipfile name in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelzny committed Mar 14, 2018
1 parent 81c0eb8 commit 76ee4aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- checkout
- restore_cache:
keys:
- v1-dependencies-{{ checksum "PipFile.lock" }}
- v1-dependencies-{{ checksum "Pipfile.lock" }}
- v1-dependencies-
- run:
name: install dependencies
Expand All @@ -26,7 +26,7 @@ jobs:
- save_cache:
paths:
- ./repo
key: v1-dependencies-{{ checksum "PipFile.lock" }}
key: v1-dependencies-{{ checksum "Pipfile.lock" }}
- run:
name: run tests
command: make test-all
Expand Down

0 comments on commit 76ee4aa

Please sign in to comment.