diff --git a/circle.yml b/circle.yml index 40f44bd..7f5800d 100644 --- a/circle.yml +++ b/circle.yml @@ -13,7 +13,7 @@ machine: dependencies: post: - - pip install django + - pip install "django<2" - django-admin startproject testproject --extension py,yml,json --name Procfile,README.md --template=. - pip install requests pipenv --upgrade