Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Roman Karwacik
website
Commits
619afacf
Commit
619afacf
authored
Dec 10, 2017
by
Andreas Valder
Browse files
try using python:3-stretch image in ci
parent
f5e1df0e
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
619afacf
before_script
:
-
apt update
-
apt install -y python3
-
python3 -V
-
uname -a
unittest
:
image
:
debian:
stretch
image
:
python:3-
stretch
stage
:
test
script
:
-
apt update
-
python3 -V
-
uname -a
-
apt install -y sqlite3 locales-all git python3-flask python3-ldap3 python3-requests python3-lxml python3-icalendar python3-mysql.connector python3-requests python3-coverage
-
python3 -m coverage run tests.py
-
python3 -m coverage report --include "./*"
...
...
@@ -20,8 +17,18 @@ unittest:
-
report.txt
livetest
:
image
:
debian:
stretch
image
:
python:3-
stretch
stage
:
test
script
:
-
apt update
-
python3 -V
-
uname -a
-
apt install -y python3-requests
-
./tests/urlcheck_sinf.py
\ No newline at end of file
-
./tests/urlcheck_sinf.py
deploytotest
:
image
:
archlinux
stage
:
deploy
script
:
-
pacman -S ansible git
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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