Skip to content

Commit 9746d8a

Browse files
author
EarthmanT
committed
try this way
1 parent 60dd939 commit 9746d8a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,12 @@ commands:
3131

3232
jobs:
3333
custom_unittest:
34-
executor: py36
34+
environment:
35+
PYENV_VERSION: 3.6.5
36+
docker:
37+
- image: circleci/python:3.6
3538
steps:
39+
- checkout
3640
- install_libvirt_dev
3741
- node/unittests_job # Utilize commands in steps
3842

0 commit comments

Comments
 (0)