Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
ltfatpy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dev
ltfatpy
Commits
c7aac82d
There was a problem fetching the pipeline summary.
Commit
c7aac82d
authored
6 years ago
by
Florent Jaillet
Browse files
Options
Downloads
Patches
Plain Diff
Modifying continuous integration configuration to use pytest
parent
358e880a
No related branches found
No related tags found
No related merge requests found
Pipeline
#
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
docker/Dockerfile_X86_64
+3
-5
3 additions, 5 deletions
docker/Dockerfile_X86_64
docker/Dockerfile_cython_X86_64
+3
-5
3 additions, 5 deletions
docker/Dockerfile_cython_X86_64
docker/Dockerfile_i686
+4
-5
4 additions, 5 deletions
docker/Dockerfile_i686
with
12 additions
and
17 deletions
.gitlab-ci.yml
+
2
−
2
View file @
c7aac82d
...
@@ -7,7 +7,7 @@ ubuntu:X86_64:
...
@@ -7,7 +7,7 @@ ubuntu:X86_64:
-
docker
-
docker
script
:
script
:
-
pip3 install -e . --no-deps
-
pip3 install -e . --no-deps
-
nose
test
s
3
-
py.
test
-
3
artifacts
:
artifacts
:
when
:
always
when
:
always
untracked
:
true
untracked
:
true
...
@@ -22,7 +22,7 @@ ubuntu:i686:
...
@@ -22,7 +22,7 @@ ubuntu:i686:
-
docker
-
docker
script
:
script
:
-
pip3 install -e . --no-deps
-
pip3 install -e . --no-deps
-
nose
test
s
3
-
py.
test
-
3
artifacts
:
artifacts
:
when
:
always
when
:
always
untracked
:
true
untracked
:
true
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile_X86_64
+
3
−
5
View file @
c7aac82d
...
@@ -12,11 +12,8 @@ RUN apt-get update && \
...
@@ -12,11 +12,8 @@ RUN apt-get update && \
python3 \
python3 \
python3-dev \
python3-dev \
python3-setuptools \
python3-setuptools \
python3-nose \
python3-pytest \
python3-coverage \
python3-pytest-cov \
libjs-jquery-hotkeys \
libjs-jquery-isonscreen \
libjs-jquery-tablesorter \
python3-pip \
python3-pip \
python3-wheel \
python3-wheel \
python3-tk \
python3-tk \
...
@@ -26,6 +23,7 @@ RUN apt-get update && \
...
@@ -26,6 +23,7 @@ RUN apt-get update && \
dvipng \
dvipng \
&& \
&& \
apt-get clean
apt-get clean
RUN pip3 install --no-deps pytest-randomly
RUN pip3 install sphinx sphinxcontrib-bibtex
RUN pip3 install sphinx sphinxcontrib-bibtex
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile_cython_X86_64
+
3
−
5
View file @
c7aac82d
...
@@ -13,11 +13,8 @@ RUN apt-get update && \
...
@@ -13,11 +13,8 @@ RUN apt-get update && \
python3 \
python3 \
python3-dev \
python3-dev \
python3-setuptools \
python3-setuptools \
python3-nose \
python3-pytest \
python3-coverage \
python3-pytest-cov \
libjs-jquery-hotkeys \
libjs-jquery-isonscreen \
libjs-jquery-tablesorter \
python3-pip \
python3-pip \
python3-wheel \
python3-wheel \
python3-tk \
python3-tk \
...
@@ -27,6 +24,7 @@ RUN apt-get update && \
...
@@ -27,6 +24,7 @@ RUN apt-get update && \
dvipng \
dvipng \
&& \
&& \
apt-get clean
apt-get clean
RUN pip3 install --no-deps pytest-randomly
RUN pip3 install sphinx sphinxcontrib-bibtex
RUN pip3 install sphinx sphinxcontrib-bibtex
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
...
...
This diff is collapsed.
Click to expand it.
docker/Dockerfile_i686
+
4
−
5
View file @
c7aac82d
...
@@ -12,17 +12,16 @@ RUN apt-get update && \
...
@@ -12,17 +12,16 @@ RUN apt-get update && \
python3 \
python3 \
python3-dev \
python3-dev \
python3-setuptools \
python3-setuptools \
python3-nose \
python3-pytest \
python3-coverage \
python3-pytest-cov \
libjs-jquery-hotkeys \
libjs-jquery-isonscreen \
libjs-jquery-tablesorter \
python3-pip \
python3-pip \
python3-wheel \
python3-tk \
python3-tk \
python3-matplotlib \
python3-matplotlib \
python3-scipy \
python3-scipy \
&& \
&& \
apt-get clean
apt-get clean
RUN pip3 install --no-deps pytest-randomly
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# Copy the ltfatpy sdist in the docker directory and uncomment the following line
# if you want to include ltfatpy sources in the docker image :
# if you want to include ltfatpy sources in the docker image :
...
...
This diff is collapsed.
Click to expand it.
Florent Jaillet
@florent.jaillet
mentioned in issue
#13 (closed)
·
6 years ago
mentioned in issue
#13 (closed)
mentioned in issue #13
Toggle commit list
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment