diff --git a/circle.yml b/circle.yml index 8e6cfe6..2d2ce88 100644 --- a/circle.yml +++ b/circle.yml @@ -1,4 +1,6 @@ machine: - environment: - DJANGO_SETTINGS_MODULE: config.settings.test - DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test + python: + version: 3.5.0 + environment: + DJANGO_SETTINGS_MODULE: config.settings.test + DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test