Skip to content

Commit

Permalink
maybe?
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Kahn committed Dec 1, 2019
1 parent f9bd513 commit 52e009b
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 @@ -69,7 +69,7 @@ jobs:
- python/save-cache:
key: python-cache-1-11
- run:
command: pip install --user "Django>=1.11,<1.12"
command: pip install --user "Django>=1.11,<1.12" "pytest==4.0.0"
name: Install Django
- run:
command: |
Expand All @@ -88,7 +88,7 @@ jobs:
- python/save-cache:
key: python-cache-latest
- run:
command: pip install --user -U Django
command: pip install --user -U "Django>2"
name: Install Django
- run:
command: |
Expand Down

0 comments on commit 52e009b

Please sign in to comment.