Skip to content

Commit

Permalink
0.0.30 2015-05-09 ::
Browse files Browse the repository at this point in the history
Corrected appveyor.yml.
  • Loading branch information
jcrmatos committed May 9, 2015
1 parent 87474a8 commit 7f7e259
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
5 changes: 5 additions & 0 deletions ChangeLog.rst
@@ -1,3 +1,8 @@
0.0.30 2015-05-09 ::

Corrected appveyor.yml.


0.0.29 2015-05-09 ::

Corrected appveyor.yml.
Expand Down
2 changes: 1 addition & 1 deletion appinfo.py
Expand Up @@ -31,7 +31,7 @@


APP_NAME = 'tai'
APP_VERSION = '0.0.29'
APP_VERSION = '0.0.30'
APP_LICENSE = 'GNU General Public License v2 or later (GPLv2+)'
APP_AUTHOR = 'Joao Carlos Roseta Matos'
APP_EMAIL = 'jcrmatos@gmail.com'
Expand Down
8 changes: 6 additions & 2 deletions appveyor.yml
Expand Up @@ -34,17 +34,19 @@ install:
- "pip install twine pytest pytest-cov Sphinx"
- "pip install -r requirements.txt"

# It's off because it doesn't apply to Python
build: off

test_script:
# - "%WITH_COMPILER% %PYTHON%/python setup.py test"
# - "%WITH_COMPILER% %PYTHON%/python py.test --cov tai -v test"
- "%WITH_COMPILER% py.test --cov-report term-missing --cov tai -v test"
# - "%WITH_COMPILER% %PYTHON%/python setup.py test"

after_test:
- "%WITH_COMPILER% %PYTHON%/python setup.py sdist bdist_wheel"
- "%WITH_COMPILER% %PYTHON%/python -V"
# - "pip install dist/*"
# check Python version
- "%WITH_COMPILER% %PYTHON%/python -V"

artifacts:
- path: dist\*
Expand All @@ -56,6 +58,8 @@ artifacts:

notifications:
- provider: Email
to:
- jcrmatos@gmail.com
on_build_success: true
on_build_failure: true
# on_build_status_changed: true
5 changes: 5 additions & 0 deletions tai/ChangeLog.txt
@@ -1,3 +1,8 @@
0.0.30 2015-05-09 ::

Corrected appveyor.yml.


0.0.29 2015-05-09 ::

Corrected appveyor.yml.
Expand Down
2 changes: 1 addition & 1 deletion tai/appinfo.py
Expand Up @@ -31,7 +31,7 @@


APP_NAME = 'tai'
APP_VERSION = '0.0.29'
APP_VERSION = '0.0.30'
APP_LICENSE = 'GNU General Public License v2 or later (GPLv2+)'
APP_AUTHOR = 'Joao Carlos Roseta Matos'
APP_EMAIL = 'jcrmatos@gmail.com'
Expand Down

0 comments on commit 7f7e259

Please sign in to comment.