diff --git a/.travis.yml b/.travis.yml index fe3d3b6..29e8d3d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - pip install -U pip setuptools wheel install: -- pip install .[alldev] +- pip install .[test,dev] script: - green diff --git a/setup.cfg b/setup.cfg index e905684..c7a6509 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = fs.archive -version = 0.5.0 +version = 0.6.0 author = Martin Larralde author-email = martin.larralde@ens-cachan.fr home-page = https://github.com/althonos/fs.archive