Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
pycgtool
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
James Graham
pycgtool
Commits
76694080
Verified
Commit
76694080
authored
May 28, 2021
by
James Graham
Browse files
Options
Downloads
Patches
Plain Diff
build: remove Makefile
Unnecessary as most commands in it are automated now
parent
9f1756cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Makefile
+0
-35
0 additions, 35 deletions
Makefile
with
0 additions
and
35 deletions
Makefile
deleted
100644 → 0
+
0
−
35
View file @
9f1756cb
.PHONY
:
test
test
:
# Collect coverage data, but don't report it - for CI build
poetry
run
pytest
--cov
=
pycgtool
--cov-report
=
.PHONY
:
cov
cov
:
poetry run pytest
--cov
=
pycgtool
--cov-fail-under
=
80
.PHONY
:
lint
lint
:
# Lint using only pyflakes - checks for actual errors
poetry
run
prospector
--strictness
veryhigh
--test-warnings
--tool
pyflakes
# Lint using range of tools, but don't fail the build if we get warnings
poetry
run
prospector
--strictness
veryhigh
--test-warnings
--member-warnings
--max-line-length
120
--zero-exit
.PHONY
:
docs
docs
:
SPHINXBUILD
=
"poetry run sphinx-build"
make
-C
docs html
.PHONY
:
build
build
:
poetry build
.PHONY
:
publish
publish
:
rm
-rf
dist/
poetry version prerelease
poetry build
poetry publish
-r
testpypi
.PHONY
:
clean
clean
:
rm
-f
.coverage
*
.itp
*
*
.gro
*
*
.dat
*
*
.json
*
*
.xtc
*
rm
-rf
*
.ff
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