This repository was archived by the owner on Mar 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ install:
1616 - docker exec bblfshd bblfshctl driver install bblfsh/python-driver:$BBLFSH_PYTHON_VERSION
1717 - wget https://github.com/bblfsh/client-python/releases/download/v2.2.1/protobuf-python_3.4.1-1_amd64.deb
1818 - sudo dpkg -i protobuf-python_3.4.1-1_amd64.deb
19+ - if [[ ! -z "$TRAVIS_TAG" ]]; then sed -i -e "s/^VERSION\s*=\s*\"[^\"]\+\"/VERSION = \"${TRAVIS_TAG#v}\"/g" setup.py; fi
1920 - pip3 install --upgrade pip
2021 - pip3 install -r requirements.txt
2122 - python3 setup.py --getdeps --log
Original file line number Diff line number Diff line change 1212from setuptools import setup , find_packages , Extension
1313from setuptools .command .build_ext import build_ext
1414
15- VERSION = "3.0.1"
15+ # The VERSION line is edited automatically during deployments.
16+ # You may change the contents of the string, but do not otherwise edit the line.
17+ VERSION = "3.x.x-dev"
1618LIBUAST_VERSION = "v3.1.0"
1719LIBUAST_ARCH = "linux-amd64"
1820SDK_V1_VERSION = "v1.16.1"
You can’t perform that action at this time.
0 commit comments