Skip to content

Commit

Permalink
ci testing stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeeren committed Nov 19, 2015
1 parent b90b228 commit ca533e4
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ init:
- ps: ls C:\Python*
#- dir /s /b C:\MinGW*
#- dir /s /b C:\msys*
- echo [build] >> HOME%\pydistutils.cfg
- echo compiler=mingw32 >> HOME%\pydistutils.cfg
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
Expand Down Expand Up @@ -105,10 +107,8 @@ after_test:
#- deactivate

on_failure:
- ps: dir "env:"
- ps: get-content .tox\*\log\*
- ps: get-content .tox\*\Lib\distutils\distutils.cfg
- ps: get-content C:\test.txt
#- ps: dir "env:"
#- ps: get-content .tox\*\log\*
artifacts:
- path: dist\*
matrix:
Expand Down
8 changes: 4 additions & 4 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ init:
- ps: ls C:\Python*
#- dir /s /b C:\MinGW*
#- dir /s /b C:\msys*
- echo [build] >> HOME%\pydistutils.cfg
- echo compiler=mingw32 >> HOME%\pydistutils.cfg
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
Expand Down Expand Up @@ -75,10 +77,8 @@ after_test:
#- deactivate

on_failure:
- ps: dir "env:"
- ps: get-content .tox\*\log\*
- ps: get-content .tox\*\Lib\distutils\distutils.cfg
- ps: get-content C:\test.txt
#- ps: dir "env:"
#- ps: get-content .tox\*\log\*
artifacts:
- path: dist\*
matrix:
Expand Down
1 change: 1 addition & 0 deletions ci/templates/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ deps =
pytest-capturelog
sitepackages={env:TOX_USE_SITEPACKAGES:false}
commands =
# FIXME: --compiler=mingw32 will probably break travis, use envvars?
#conda install -p {envdir} numpy
python setup.py clean --all build_ext --force --inplace
{posargs:py.test -vv --ignore=src --doctest-glob='*.rst'}
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ deps =
pytest-capturelog
sitepackages={env:TOX_USE_SITEPACKAGES:false}
commands =
# FIXME: --compiler=mingw32 will probably break travis, use envvars?
#conda install -p {envdir} numpy
python setup.py clean --all build_ext --force --inplace
{posargs:py.test -vv --ignore=src --doctest-glob='*.rst'}
Expand Down

0 comments on commit ca533e4

Please sign in to comment.