[tor-commits] [sbws/master] fix: CI: Use all tox environments for python 3.8
juga at torproject.org
juga at torproject.org
Thu Mar 18 08:11:40 UTC 2021
commit c662522e355437f96158f5402b30ea3f0c797bac
Author: juga0 <juga at riseup.net>
Date: Wed Mar 17 09:25:12 2021 +0000
fix: CI: Use all tox environments for python 3.8
Closes: #40070
---
.gitlab-ci.yml | 7 +------
1 file changed, 1 insertion(+), 6 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 098781f..da457b3 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -113,12 +113,7 @@ python38:
- apt install -yqq dvipng
image: $BASE_IMAGE
script:
- - tox -e inst
- - tox -e setup
- - tox -e py38
- - tox -e integration
- - tox -e lint
- - tox -e doc
+ - tox
python39:
variables:
More information about the tor-commits
mailing list