Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DuniterPy
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
clients
python
DuniterPy
Merge requests
!72
Merge of tests_out_of_wheel to dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Merge of tests_out_of_wheel to dev
tests_out_of_wheel
into
dev
Overview
2
Commits
3
Pipelines
3
Changes
2
1 unresolved thread
Hide all comments
Merged
Vincent Texier
requested to merge
tests_out_of_wheel
into
dev
6 years ago
Overview
2
Commits
3
Pipelines
3
Changes
2
1 unresolved thread
Hide all comments
fix setup.py to not include tests in wheel
use make tests command in gitla-ci
0
0
Merge request reports
Compare
dev
version 2
83bbc1ae
6 years ago
version 1
7f235204
6 years ago
dev (base)
and
latest version
latest version
815874d4
3 commits,
6 years ago
version 2
83bbc1ae
3 commits,
6 years ago
version 1
7f235204
2 commits,
6 years ago
2 files
+
3
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
.gitlab-ci.yml
+
1
−
2
View file @ 815874d4
Edit in single-file editor
Open in Web IDE
Show full file
@@ -68,9 +68,8 @@ test:
@@ -68,9 +68,8 @@ test:
<<
:
*changes
<<
:
*changes
stage
:
test
stage
:
test
script
:
script
:
-
pip install coveralls
-
pip install -r requirements.txt
-
pip install -r requirements.txt
-
coverage run --source=duniterpy setup.py test
-
make tests
check
:
check
:
<<
:
*pyenv
<<
:
*pyenv
Loading