Python3 as default on CircleCI, Ref. #77

This commit is contained in:
ziajka 2018-03-08 09:02:35 +01:00
parent 66a10e2638
commit 97b0879b34

View File

@ -34,11 +34,12 @@ jobs:
brew update
brew --env
brew --config
brew install python3
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
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
- run:
name: Dist project