Compare commits

...

4 Commits
0.1.1 ... 0.1.3

Author SHA1 Message Date
mb-wali
c579052ade v0.1.3 2020-07-27 11:40:26 +02:00
mb-wali
7146e53fe3 Update .travis.yml 2020-07-27 11:38:16 +02:00
mb-wali
35186ed91f v0.1.2 2020-07-27 11:31:02 +02:00
mb-wali
32c6f1eefc Update .travis.yml 2020-07-27 11:29:53 +02:00
2 changed files with 2 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ cache:
env:
- REQUIREMENTS=lowest
- REQUIREMENTS=release DEPLOY=true
- REQUIREMENTS=release
- REQUIREMENTS=devel
python:
@@ -50,7 +50,6 @@ after_success:
- coveralls
deploy:
skip_cleanup: true
skip_existing: true
provider: pypi
username: __token__
@@ -59,6 +58,3 @@ deploy:
distributions: sdist bdist_wheel
on:
tags: true
python: "3.6"
repo: mb-wali/invenio-config-tugraz
condition: $DEPLOY = true

View File

@@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``,
and parsed by ``setup.py``.
"""
__version__ = '0.1.1'
__version__ = '0.1.3'