1
0
mirror of https://github.com/gsi-upm/senpy synced 2024-11-24 17:12:29 +00:00

Fixed pip tests (added version)

This commit is contained in:
J. Fernando Sánchez 2017-04-04 11:30:56 +02:00
parent ad1092690b
commit 1302b0b93c

View File

@ -58,8 +58,10 @@ test-%: build-%
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) chmod -R a+rwx dist;
sdist: dist/$(TARNAME)
@ -83,7 +85,7 @@ git_tag:
git_push:
git push --tags origin master
pip_upload:
pip_upload: pip_test
python setup.py sdist upload ;
run-%: build-%