Установка python3-setuptools
This commit is contained in:
parent
21c09018bd
commit
3928ef46d6
@ -5,7 +5,7 @@ test:smolensk15:
|
|||||||
before_script:
|
before_script:
|
||||||
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
|
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install python3-pytest python3-sphinx
|
- apt-get -y install python3-pytest python3-sphinx python3-setuptools
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
script:
|
script:
|
||||||
@ -21,7 +21,7 @@ test:bionic:
|
|||||||
before_script:
|
before_script:
|
||||||
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
|
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
|
||||||
- apt-get update
|
- apt-get update
|
||||||
- apt-get -y install python3-pytest python3-sphinx
|
- apt-get -y install python3-pytest python3-sphinx python3-setuptools
|
||||||
- git submodule sync
|
- git submodule sync
|
||||||
- git submodule update --recursive --init
|
- git submodule update --recursive --init
|
||||||
script:
|
script:
|
||||||
|
Loading…
Reference in New Issue
Block a user