Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
anonymizer
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Redmine
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nlpworkers
anonymizer
Commits
cb7b45fa
Commit
cb7b45fa
authored
1 year ago
by
Michał Pogoda
Browse files
Options
Downloads
Patches
Plain Diff
bump tox version
parent
039a1d8a
1 merge request
!10
Anonimizer v2
Pipeline
#11111
passed with stages
in 1 minute and 6 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
1 addition, 1 deletion
.gitlab-ci.yml
tox.ini
+2
-2
2 additions, 2 deletions
tox.ini
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
1
−
1
View file @
cb7b45fa
...
...
@@ -7,7 +7,7 @@ stages:
-
test
-
build
before_script
:
-
pip install tox==
2.9
.1
-
pip install tox==
4.5
.1
pep8
:
stage
:
check_style
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
2
−
2
View file @
cb7b45fa
...
...
@@ -18,8 +18,8 @@ commands =
[testenv:tests]
deps
=
-r
requirements.txt
-r
requirements.dev.txt
-rrequirements.txt
-rrequirements.dev.txt
basepython
=
python3.8
commands
=
pytest tests/
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
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