Skip to content

Commit

Permalink
0.0.32 2015-05-12 ::
Browse files Browse the repository at this point in the history
Corrected errors in .travis.yml and appveyor.yml.
  • Loading branch information
jcrmatos committed May 12, 2015
1 parent 77fdce5 commit 5ebd6ac
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ matrix:
allow_failures:
- "pypy"
- "pypy3"
efore_install: pip install pytest-cov
before_install: pip install pytest-cov
install:
[[ $TRAVIS_PYTHON_VERSION != pypy && $TRAVIS_PYTHON_VERSION != pypy3 ]] && pip install -r requirements.txt
[[ $TRAVIS_PYTHON_VERSION = pypy || $TRAVIS_PYTHON_VERSION = pypy3 ]] && pip install pypy-dev
Expand Down
5 changes: 5 additions & 0 deletions ChangeLog.rst
@@ -1,3 +1,8 @@
0.0.32 2015-05-12 ::

Corrected errors in .travis.yml and appveyor.yml.

0.0.31 2015-05-12 ::

Changed .travis.yml to allow pypy and pypy3 builds to fail.
Expand Down
2 changes: 1 addition & 1 deletion appinfo.py
Expand Up @@ -29,7 +29,7 @@


APP_NAME = 'tai'
APP_VERSION = '0.0.31'
APP_VERSION = '0.0.32'
APP_LICENSE = 'GNU General Public License v2 or later (GPLv2+)'
APP_AUTHOR = 'Joao Carlos Roseta Matos'
APP_EMAIL = 'jcrmatos@gmail.com'
Expand Down
18 changes: 9 additions & 9 deletions appveyor.yml
Expand Up @@ -20,11 +20,11 @@ environment:
PYTHON_ARCH: "64"
WINDOWS_SDK_VERSION: "v7.0"
# commented until numpy build problem is solved
# - PYTHON: "C:\\Python34-x64"
# PYTHON_VERSION: "3.4.3"
# PYTHON_ARCH: "64"
# WINDOWS_SDK_VERSION: "v7.1"
# commented until numpy build problem is solved
#- PYTHON: "C:\\Python34-x64"
# PYTHON_VERSION: "3.4.3"
# PYTHON_ARCH: "64"
# WINDOWS_SDK_VERSION: "v7.1"

init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
Expand All @@ -39,13 +39,13 @@ install:
build: off

test_script:
# - "%WITH_COMPILER% %PYTHON%/python setup.py test"
# - "%WITH_COMPILER% %PYTHON%/python py.test --cov tai -v test"
#- "%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"

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

Expand All @@ -63,4 +63,4 @@ notifications:
- jcrmatos@gmail.com
on_build_success: true
on_build_failure: true
# on_build_status_changed: true
#on_build_status_changed: true
5 changes: 5 additions & 0 deletions tai/ChangeLog.txt
@@ -1,3 +1,8 @@
0.0.32 2015-05-12 ::

Corrected errors in .travis.yml and appveyor.yml.


0.0.31 2015-05-12 ::

Changed .travis.yml to allow pypy and pypy3 builds to fail.
Expand Down
2 changes: 1 addition & 1 deletion tai/appinfo.py
Expand Up @@ -29,7 +29,7 @@


APP_NAME = 'tai'
APP_VERSION = '0.0.31'
APP_VERSION = '0.0.32'
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 5ebd6ac

Please sign in to comment.