Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
galumph
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
30
Issues
30
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
grp-svergun
galumph
Commits
4639cbe2
Verified
Commit
4639cbe2
authored
May 23, 2020
by
Chris Kerr
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add `reuse lint` to tox checks
parent
db058c81
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
2 deletions
+13
-2
.gitlab-ci.yml
.gitlab-ci.yml
+1
-1
tox.ini
tox.ini
+12
-1
No files found.
.gitlab-ci.yml
View file @
4639cbe2
...
...
@@ -52,4 +52,4 @@ test_lint:
before_script
:
-
pip install tox
script
:
-
tox -e flake8
-
tox -e flake8
,reuse
tox.ini
View file @
4639cbe2
...
...
@@ -7,7 +7,7 @@
# List Python 3.7 by default as that is the version installed on Debian 10
# Developers on other systems should set the TOXENV environment
# variable to the Python versions on their system
envlist
=
py37,flake8
envlist
=
py37,flake8
,reuse
[testenv]
# Use the system packages for pyopencl, numpy, scipy etc
...
...
@@ -36,6 +36,17 @@ deps =
commands
=
flake8
[testenv:reuse]
basepython
=
python3
skip_install
=
true
sitepackages
=
false
deps
=
reuse
commands
=
reuse
lint
# Additional configuration for non-tox tools
[flake8]
exclude
=
.git,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment