Merge pull request #78 from GNS3/fix-circle-ci

Python3 as default on CircleCI, Ref. #77
This commit is contained in:
ziajka 2018-03-08 09:16:00 +01:00 committed by GitHub
commit 787768ed7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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