mirror of
https://github.com/nicolabs/nicobot.git
synced 2025-09-05 06:33:25 +02:00
~ fixes python versions and requirements.txt not existing anymore
This commit is contained in:
parent
a741194deb
commit
aaa277e8fc
|
@ -1,10 +1,13 @@
|
|||
language: python
|
||||
python:
|
||||
- "3.4.2"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
- "nightly"
|
||||
- "3.8" # 3.8 development branch
|
||||
- "3.8-dev" # 3.8 development branch
|
||||
- "nightly" # nightly build
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements-build.txt -r requirements-runtime.txt
|
||||
script:
|
||||
- python -m unittest discover -s tests
|
||||
|
|
Loading…
Reference in a new issue