Skip to content

Commit 2bafb83

Browse files
KPLauritzenpjbull
authored andcommitted
Use latest stable python3 in conda create (drivendataorg#78)
1 parent dc14659 commit 2bafb83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{ cookiecutter.repo_name }}/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ create_environment:
5757
ifeq (True,$(HAS_CONDA))
5858
@echo ">>> Detected conda, creating conda environment."
5959
ifeq (3,$(findstring 3,$(PYTHON_INTERPRETER)))
60-
conda create --name $(PROJECT_NAME) python=3.5
60+
conda create --name $(PROJECT_NAME) python=3
6161
else
6262
conda create --name $(PROJECT_NAME) python=2.7
6363
endif

0 commit comments

Comments
 (0)