From c128863d47e3dcffe1c1b3ff67231c80f2c5960f Mon Sep 17 00:00:00 2001 From: ziajka Date: Tue, 13 Mar 2018 14:06:42 +0100 Subject: [PATCH] Use python3 on CirleCI --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 32795951..498a8547 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -36,10 +36,10 @@ jobs: brew --config brew upgrade python python -V - pip install -r scripts/requirements.txt - python scripts/build.py download - python scripts/build.py build_exe -b dist/exe.gns3server -s - python scripts/build.py validate -b dist + pip3 install -r scripts/requirements.txt + python3 scripts/build.py download + python3 scripts/build.py build_exe -b dist/exe.gns3server -s + python3 scripts/build.py validate -b dist - run: name: Dist project