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 94eeff0 commit c9dbcd1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ environment:
PYTHON_ARCH: '64'
MINICONDA_HOME: C:\Miniconda-x64
- TOXENV: check
PYTHON_HOME: C:\mcPython27
PYTHON_HOME: C:\Python27
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ environment:
MINICONDA_HOME: C:\Miniconda-x64
{% endif %}{% endfor %}
- TOXENV: check
PYTHON_HOME: C:\mcPython27
PYTHON_HOME: C:\Python27
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ deps =
pytest-capturelog
sitepackages={env:TOX_USE_SITEPACKAGES:false}
commands =
python setup.py clean --all build_ext --force --inplace
python setup.py clean --all build_ext --force --inplace --compiler=mingw32
{posargs:py.test -vv --ignore=src --doctest-glob='*.rst'}

[testenv:spell]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ deps =
pytest-capturelog
sitepackages={env:TOX_USE_SITEPACKAGES:false}
commands =
python setup.py clean --all build_ext --force --inplace
python setup.py clean --all build_ext --force --inplace --compiler=mingw32
{posargs:py.test -vv --ignore=src --doctest-glob='*.rst'}

[testenv:spell]
Expand Down

0 comments on commit c9dbcd1

Please sign in to comment.