mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-06 03:04:48 +02:00
+ setup.py build to generate version.py
This commit is contained in:
parent
1db981115b
commit
68110fec81
|
@ -7,6 +7,8 @@ python:
|
||||||
- "3.8-dev" # 3.8 development branch
|
- "3.8-dev" # 3.8 development branch
|
||||||
- "nightly" # nightly build
|
- "nightly" # nightly build
|
||||||
install:
|
install:
|
||||||
|
# Generates nicobot/version.py
|
||||||
|
- python setup.py build
|
||||||
- pip install -r requirements-build.txt -r requirements-runtime.txt
|
- pip install -r requirements-build.txt -r requirements-runtime.txt
|
||||||
script:
|
script:
|
||||||
- python -m unittest discover -s tests
|
- python -m unittest discover -s tests
|
||||||
|
|
Loading…
Reference in a new issue