Установка python3-setuptools

This commit is contained in:
Andrei Astafev 2019-07-04 12:27:20 +03:00
parent 21c09018bd
commit 3928ef46d6

View File

@ -5,7 +5,7 @@ test:smolensk15:
before_script:
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
- 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 update --recursive --init
script:
@ -21,7 +21,7 @@ test:bionic:
before_script:
- "[ $(($(date +%s)-$(git log -1 --date=format:%s --format=%cd))) -gt 86400 ] && exit 0"
- 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 update --recursive --init
script: