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 1cf40ef commit b90b228
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ install:
- '%MINICONDA_HOME%\Scripts\conda install -q -p %PYTHON_HOME% numpy'
#- activate %PYTHON_HOME%
# test that building works before long numpy install
- '%PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32'
#- '%PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32'
- '%PYTHON_HOME%\Scripts\virtualenv --version'
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ install:
- '%MINICONDA_HOME%\Scripts\conda install -q -p %PYTHON_HOME% numpy'
#- activate %PYTHON_HOME%
# test that building works before long numpy install
- '%PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32'
#- '%PYTHON_HOME%\python setup.py clean --all build_ext --force --inplace --compiler=mingw32'
- '%PYTHON_HOME%\Scripts\virtualenv --version'
- '%PYTHON_HOME%\Scripts\easy_install --version'
- '%PYTHON_HOME%\Scripts\pip --version'
Expand Down
5 changes: 0 additions & 5 deletions ci/templates/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,6 @@ deps =
pytest-capturelog
sitepackages={env:TOX_USE_SITEPACKAGES:false}
commands =
# FIXME: --compiler=mingw32 will probably break travis, use envvars?
echo [build] >> {toxworkdir}\\{envname}\\Lib\\distutils\\distutils.cfg
echo compiler=mingw32 >> {toxworkdir}\\{envname}\\Lib\\distutils\\distutils.cfg
echo {toxworkdir} >> C:\\test.txt
echo {envname} >> C:\\test.txt
#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
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -77,3 +77,5 @@ coverage_flags =
environment_variables =
-

[build]
compiler=mingw32
5 changes: 0 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ deps =
pytest-capturelog
sitepackages={env:TOX_USE_SITEPACKAGES:false}
commands =
# FIXME: --compiler=mingw32 will probably break travis, use envvars?
echo [build] >> {toxworkdir}\\{envname}\\Lib\\distutils\\distutils.cfg
echo compiler=mingw32 >> {toxworkdir}\\{envname}\\Lib\\distutils\\distutils.cfg
echo {toxworkdir} >> C:\\test.txt
echo {envname} >> C:\\test.txt
#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 b90b228

Please sign in to comment.