This commit is contained in:
JanLJL
2019-04-30 10:28:56 +02:00
parent bfd966e824
commit 9e3aaa7336
2 changed files with 10 additions and 2 deletions

View File

@@ -1,2 +1,10 @@
name = "osaca" """Open Source Architecture Code Analyzer"""
name = 'osaca'
__version__ = '0.2.1' __version__ = '0.2.1'
# To trigger travis deployment to pypi, do the following:
# 1. Increment __version___
# 2. commit to RRZE-HPC/osaca's master branch
# 3. wait for travis to complete successful (unless already tested)
# 4. tag commit with 'v{}'.format(__version__) (`git tag vX.Y.Z`)
# 5. push tag to github (`git push origin vX.Y.Z` or push all tags with `git push --tags`)

View File

@@ -1,5 +1,5 @@
[tox] [tox]
envlist = py35 envlist = py36
[testenv] [testenv]
commands= commands=
python tests/all_tests.py python tests/all_tests.py