|
|
@@ -7,8 +7,7 @@ jobs:
|
|
|
build:
|
|
|
docker:
|
|
|
# specify the version you desire here
|
|
|
- # use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
|
|
|
- # - image: circleci/python:3.6.1
|
|
|
+ # - image: circleci/python:3.8.0
|
|
|
- image: gethue/hue:latest
|
|
|
|
|
|
# Specify service dependencies here if necessary
|
|
|
@@ -122,7 +121,7 @@ jobs:
|
|
|
|
|
|
commit:
|
|
|
docker:
|
|
|
- - image: circleci/python:3.6.1
|
|
|
+ - image: circleci/python:3.8.0
|
|
|
|
|
|
working_directory: ~/repo
|
|
|
|
|
|
@@ -140,7 +139,7 @@ jobs:
|
|
|
|
|
|
build-py3:
|
|
|
docker:
|
|
|
- - image: gethue/hue:latest # Should be circleci/python:3.6.1 at some point
|
|
|
+ - image: gethue/hue:latest # Should be circleci/python:3.x at some point
|
|
|
|
|
|
working_directory: ~/repo
|
|
|
|
|
|
@@ -157,9 +156,9 @@ jobs:
|
|
|
- run:
|
|
|
name: compile
|
|
|
command: |
|
|
|
- apt-get install -y python3.6-dev libsnappy-dev # This should not be needed as some point
|
|
|
+ apt-get install -y python3.8-dev python3.8-venv python3.8-distutils libsnappy-dev # This should not be needed as some point
|
|
|
|
|
|
- export PYTHON_VER=python3.6
|
|
|
+ export PYTHON_VER=python3.8
|
|
|
make apps
|
|
|
|
|
|
- run:
|