mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 17:15:36 +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
|
||||
- "nightly" # nightly build
|
||||
install:
|
||||
# Generates nicobot/version.py
|
||||
- python setup.py build
|
||||
- pip install -r requirements-build.txt -r requirements-runtime.txt
|
||||
script:
|
||||
- python -m unittest discover -s tests
|
||||
|
|
Loading…
Reference in a new issue