Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Yori Fournier
myplotlib
Commits
f9f74239
Commit
f9f74239
authored
Jan 23, 2019
by
Yori Fournier
Browse files
corrected gitlab-ci.yml
parent
243f0f4b
Pipeline
#659
passed with stage
in 27 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f9f74239
...
...
@@ -2,11 +2,11 @@ before_script:
-
apt-get update -q -y
-
apt-get install python3 python3-dev python3-tk -q -y
-
wget https://bootstrap.pypa.io/get-pip.py
-
python get-pip.py
-
python -m pip --version
-
python -m pip install --upgrade pip
-
python -m pip install -U matplotlib
-
python -m pip install pep8
-
python
3
get-pip.py
-
python
3
-m pip --version
-
python
3
-m pip install --upgrade pip
-
python
3
-m pip install -U matplotlib
-
python
3
-m pip install pep8
myplotlib_import_local_latex_tkagg
:
script
:
...
...
@@ -14,9 +14,9 @@ myplotlib_import_local_latex_tkagg:
-
ls -l
-
cd test/localhost
-
./setup_test_folder.sh -r latex-tkagg
-
python import_test.py
-
python -m tests
-
python -m tutorials
-
python
3
import_test.py
-
python
3
-m tests
-
python
3
-m tutorials
-
./clean_test_folder.sh
myplotlib_test_mytool
:
...
...
@@ -25,8 +25,8 @@ myplotlib_test_mytool:
-
ls -l
-
cd mpl_toolbox/
-
cp ../.configs/tests/config-local.py ../config.py
-
python -m tests
-
python -m tutorials
-
python
3
-m tests
-
python
3
-m tutorials
myplotlib_import_network_latex_tkagg
:
script
:
...
...
@@ -34,8 +34,8 @@ myplotlib_import_network_latex_tkagg:
-
ls -l
-
cd test/network
-
./setup_test_folder.sh -r latex-tkagg
-
python test_com_nogl.py
-
python -m tests
-
python
3
test_com_nogl.py
-
python
3
-m tests
-
./clean_test_folder.sh
myplotlib_test_pep8
:
...
...
@@ -43,5 +43,5 @@ myplotlib_test_pep8:
-
git name-rev --name-only HEAD
-
ls -l
-
cd test
-
python -m comp_pep8
-
python
3
-m comp_pep8
allow_failure
:
true
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