mirror of
https://github.com/gsi-upm/senpy
synced 2024-11-25 01:22:28 +00:00
Fixed pip tests (added version)
This commit is contained in:
parent
ad1092690b
commit
1302b0b93c
6
Makefile
6
Makefile
@ -58,8 +58,10 @@ test-%: build-%
|
|||||||
|
|
||||||
test: test-$(PYMAIN)
|
test: test-$(PYMAIN)
|
||||||
|
|
||||||
dist/$(TARNAME):
|
dist/$(TARNAME): version
|
||||||
docker run --rm -ti -v $$PWD:/usr/src/app/ -w /usr/src/app/ python:$(PYMAIN) python setup.py sdist;
|
docker run --rm -ti -v $$PWD:/usr/src/app/ -w /usr/src/app/ python:$(PYMAIN) python setup.py sdist;
|
||||||
|
docker run --rm -ti -v $$PWD:/usr/src/app/ -w /usr/src/app/ python:$(PYMAIN) chmod -R a+rwx dist;
|
||||||
|
|
||||||
|
|
||||||
sdist: dist/$(TARNAME)
|
sdist: dist/$(TARNAME)
|
||||||
|
|
||||||
@ -83,7 +85,7 @@ git_tag:
|
|||||||
git_push:
|
git_push:
|
||||||
git push --tags origin master
|
git push --tags origin master
|
||||||
|
|
||||||
pip_upload:
|
pip_upload: pip_test
|
||||||
python setup.py sdist upload ;
|
python setup.py sdist upload ;
|
||||||
|
|
||||||
run-%: build-%
|
run-%: build-%
|
||||||
|
Loading…
Reference in New Issue
Block a user