Updated circle config to be Python 3
This commit is contained in:
parent
e873328404
commit
7734b00653
|
@ -1,4 +1,6 @@
|
||||||
machine:
|
machine:
|
||||||
|
python:
|
||||||
|
version: 3.5.0
|
||||||
environment:
|
environment:
|
||||||
DJANGO_SETTINGS_MODULE: config.settings.test
|
DJANGO_SETTINGS_MODULE: config.settings.test
|
||||||
DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test
|
DATABASE_URL: postgres://ubuntu:@127.0.0.1:5432/circle_test
|
||||||
|
|
Loading…
Reference in New Issue