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

Improved plugins API and loading

Also:

* added drone-ci integration: tests for py2.7 and py3
This commit is contained in:
J. Fernando Sánchez
2016-02-20 18:15:04 +01:00
parent 14c9f61864
commit 48d7d1d02e
8 changed files with 136 additions and 109 deletions

View File

@@ -15,7 +15,7 @@ except AttributeError:
install_reqs = [str(ir.req) for ir in install_reqs]
test_reqs = [str(ir.req) for ir in test_reqs]
VERSION = "0.5"
VERSION = "0.5.1"
setup(
name='senpy',