Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
squareui
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
cubicweb
cubes
squareui
Commits
79b9d37b2f76
Commit
79b9d37b2f76
authored
2 years ago
by
Laurent Peuch
Browse files
Options
Downloads
Patches
Plain Diff
refactor: remove p27 tests
parent
1f8370cce7b5
No related branches found
No related tags found
1 merge request
!33
refactor: remove p27 tests
Pipeline
#122825
passed
2 years ago
Stage: lint
Stage: tests
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+0
-1
0 additions, 1 deletion
.gitlab-ci.yml
tox.ini
+1
-1
1 addition, 1 deletion
tox.ini
with
1 addition
and
2 deletions
.gitlab-ci.yml
+
0
−
1
View file @
79b9d37b
...
...
@@ -10,7 +10,6 @@
-
"
templates/lint/flake8.yml"
# will do the equivalent of 'tox -e flake8'
-
"
templates/lint/check-manifest.yml"
# will do the equivalent of 'tox -e check-manifest'
-
"
templates/lint/yamllint.yml"
# will do the equivalent of 'tox -e yamllint'
-
"
templates/tests/py27.yml"
# will do the equivalent of 'tox -e py27'
-
"
templates/tests/py3.yml"
# will do the equivalent of 'tox -e py3'
-
"
templates/create-release-on-heptapod.yml"
# this will create a release on heptapod
-
"
templates/upload-to-pypi.yml"
# on a new mercurial tag (expected to be done with release-new), will push a release on pypi
...
...
This diff is collapsed.
Click to expand it.
tox.ini
+
1
−
1
View file @
79b9d37b
[tox]
envlist
=
py27,
py3,flake8, check-manifest, yamllint
envlist
=
py3,flake8, check-manifest, yamllint
[testenv]
deps
=
...
...
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