Skip to content

Commit

Permalink
change python env in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Young committed Oct 26, 2020
1 parent ed46fd1 commit 48b4221
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PACKAGES = analyticsdataserver analytics_data_api
DATABASES = default analytics
ELASTICSEARCH_VERSION = 1.5.2
ELASTICSEARCH_PORT = 9223
PYTHON_ENV=py35
PYTHON_ENV=py38
DJANGO_VERSION=django22
.DEFAULT_GOAL := help

Expand Down

0 comments on commit 48b4221

Please sign in to comment.