Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
pdbe
ccdutils
Commits
69a075c3
Commit
69a075c3
authored
Oct 28, 2020
by
Lukas Pravda
Browse files
add makefile
parent
90903624
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
0 deletions
+17
-0
Makefile
Makefile
+17
-0
No files found.
Makefile
0 → 100644
View file @
69a075c3
clean
:
rm
-rf
build/
*
&&
rm
-rf
dist/
*
&&
rm
-rf
pdbeccdutils.egg-info
&&
rm
-rf
htmlcov
&&
rm
.coverage
test-report
:
pytest
--cov
=
pdbeccdutils
--cov-report
=
html
package
:
pytest
;
\
python setup.py bdist_wheel
;
\
pip uninstall pdbeccdutils
;
\
pip
install
-e
.
;
\
find dist
-name
"pdbeccdutils-*-py3*"
-exec
pip
install
{}
\;
make upload
:
twine upload dist/
*
--verbose
make pypi
:
package upload clean
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