Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
python_project
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
examples
python_project
Commits
ac910ebc
Commit
ac910ebc
authored
6 years ago
by
Tamas Gal
Browse files
Options
Downloads
Patches
Plain Diff
Separate requirements
parent
4f6f78cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#1806
passed
6 years ago
Stage: test
Stage: coverage
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
Makefile
+2
-0
2 additions, 0 deletions
Makefile
requirements-dev.txt
+15
-0
15 additions, 0 deletions
requirements-dev.txt
requirements.txt
+0
-14
0 additions, 14 deletions
requirements.txt
with
18 additions
and
15 deletions
.gitlab-ci.yml
+
1
−
1
View file @
ac910ebc
...
...
@@ -6,7 +6,7 @@ stages:
-
doc
before_script
:
-
make install
-
make install
-dev
test-py2
:
image
:
docker.km3net.de/base/python:2
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
2
−
0
View file @
ac910ebc
...
...
@@ -6,6 +6,7 @@ install:
pip
install
.
install-dev
:
pip
install
-Ur
requirements-dev.txt
pip
install
-e
.
doc
:
...
...
@@ -38,6 +39,7 @@ lint:
dependencies
:
pip
install
-Ur
requirements.txt
pip
install
-Ur
requirements-dev.txt
yapf
:
yapf
-i
-r
$(
PKGNAME
)
...
...
This diff is collapsed.
Click to expand it.
requirements-dev.txt
0 → 100644
+
15
−
0
View file @
ac910ebc
numpydoc
pydocstyle
pytest
pytest-cov
pytest-flake8
pytest-pylint
pytest-watch
sphinx-rtd-theme
sphinx
sphinxcontrib-napoleon
sphinxcontrib-programoutput
sphinxcontrib-websupport
sphinx-autoapi
setuptools_scm
yapf>=0.25
This diff is collapsed.
Click to expand it.
requirements.txt
+
0
−
14
View file @
ac910ebc
numpydoc
pydocstyle
pytest
pytest-cov
pytest-flake8
pytest-pylint
pytest-watch
sphinx-rtd-theme
sphinx
sphinxcontrib-napoleon
sphinxcontrib-programoutput
sphinxcontrib-websupport
sphinx-autoapi
setuptools_scm
yapf
>=0.25
This diff is collapsed.
Click to expand it.
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