Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
IDSidorov
sidorovID
Commits
e7a38e74
Commit
e7a38e74
authored
Oct 27, 2021
by
IDSidorov
Browse files
Delete .gitlab-ci.yml
parent
f51700b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
deleted
100644 → 0
View file @
f51700b5
image
:
python:latest
cache
:
paths
:
-
.cache/pip
-
venv/
before_script
:
-
pip install virtualenv
-
virtualenv venv
-
source venv/bin/activate
-
python -m pip install -U matplotlib
stages
:
-
test
unit-test-job
:
stage
:
test
script
:
-
echo "Running tests"
-
python3 -m unittest
-
echo "Success"
Write
Preview
Markdown
is supported
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