1
0
mirror of https://github.com/gsi-upm/senpy synced 2025-09-19 04:52:21 +00:00

Makefile for automated testing (no more drone)

This commit is contained in:
J. Fernando Sánchez
2016-09-20 20:55:59 +02:00
parent 0454fb1afe
commit 5d5de0bc50
8 changed files with 43 additions and 3 deletions

View File

@@ -15,7 +15,8 @@ except AttributeError:
install_reqs = [str(ir.req) for ir in install_reqs]
test_reqs = [str(ir.req) for ir in test_reqs]
exec(open('senpy/__init__.py').read())
with open('senpy/VERSION') as f:
__version__ = f.read().strip()
setup(
name='senpy',