Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
411029fb
Commit
411029fb
authored
Apr 05, 2017
by
Adrien Dorsaz
🐧
Browse files
tests: gitlab-cli upgrades packages installed from pip3
parent
8d005b76
Pipeline
#135
failed with stage
in 2 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
411029fb
...
...
@@ -4,7 +4,7 @@ after_script:
jessie
:
image
:
adt-jessie_dnspython3_1.11
before_script
:
-
pip3 install -r tests/requirements.txt
-
pip3 install
--upgrade
-r tests/requirements.txt
script
:
-
coverage run --source ./ -m unittest -v tests.test_acme_dns_tiny tests.test_acme_account_rollover tests.test_acme_account_delete
-
coverage report --include=acme_dns_tiny.py,tools/acme_account_rollover.py,tools/acme_account_delete.py
...
...
@@ -13,7 +13,7 @@ jessie:
jessie_backport
:
image
:
adt-jessie_dnspython3_1.15-bpo
before_script
:
-
pip3 install -r tests/requirements.txt
-
pip3 install
--upgrade
-r tests/requirements.txt
script
:
-
coverage run --source ./ -m unittest -v tests.test_acme_dns_tiny tests.test_acme_account_rollover tests.test_acme_account_delete
-
coverage report --include=acme_dns_tiny.py,tools/acme_account_rollover.py,tools/acme_account_delete.py
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment