Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SOHViewer
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Software Public
PASSOFT
SOHViewer
Commits
fcfca30d
Commit
fcfca30d
authored
1 year ago
by
Kien Le
Browse files
Options
Downloads
Patches
Plain Diff
Set up tox
parent
db49dfa3
No related branches found
No related tags found
1 merge request
!187
Set up tox
Pipeline
#3079
passed with stage
in 2 minutes and 17 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+6
-0
6 additions, 0 deletions
MANIFEST.in
setup.py
+2
-1
2 additions, 1 deletion
setup.py
tox.ini
+13
-0
13 additions, 0 deletions
tox.ini
with
21 additions
and
1 deletion
MANIFEST.in
0 → 100644
+
6
−
0
View file @
fcfca30d
include HISTORY.rst
include README.rst
include sohstationviewer/database/soh.db
recursive-exclude * __pycache__
recursive-exclude * *.py[co]
This diff is collapsed.
Click to expand it.
setup.py
+
2
−
1
View file @
fcfca30d
...
...
@@ -38,7 +38,8 @@ setup(
setup_requires
=
[],
extras_require
=
{
'
dev
'
:
[
'
flake8
'
'
flake8
'
,
'
tox
'
]
},
license
=
"
GNU General Public License v3
"
,
...
...
This diff is collapsed.
Click to expand it.
tox.ini
0 → 100644
+
13
−
0
View file @
fcfca30d
[tox]
envlist
=
py38, py39, python3.10, flake8
[testenv]
commands
=
python -m unittest
[testenv:flake8]
basepython
=
python
deps
=
flake8
commands
=
flake8 --exclude sohstationviewer/view/ui sohstationviewer
flake8
tests
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