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 09075d1 commit 51ec4e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ environment:
PYTHON_HOME: C:\python27
PYTHON_VERSION: '2.7'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda-x64
MINICONDA_HOME: C:\Miniconda
- TOXENV: '2.7-nocover'
TOXPYTHON: C:\python27-x64\python.exe
WINDOWS_SDK_VERSION: v7.0
Expand All @@ -25,7 +25,7 @@ environment:
PYTHON_HOME: C:\python33
PYTHON_VERSION: '3.3'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda-x64
MINICONDA_HOME: C:\Miniconda
- TOXENV: '3.3-nocover'
TOXPYTHON: C:\python33-x64\python.exe
WINDOWS_SDK_VERSION: v7.1
Expand All @@ -39,7 +39,7 @@ environment:
PYTHON_HOME: C:\python34
PYTHON_VERSION: '3.4'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda-x64
MINICONDA_HOME: C:\Miniconda
- TOXENV: '3.4-nocover'
TOXPYTHON: C:\python34-x64\python.exe
WINDOWS_SDK_VERSION: v7.1
Expand All @@ -52,7 +52,7 @@ environment:
PYTHON_HOME: C:\python35
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda-x64
MINICONDA_HOME: C:\Miniconda
- TOXENV: '3.5-nocover'
TOXPYTHON: C:\python35-x64\python.exe
PYTHON_HOME: C:\python35-x64
Expand Down
2 changes: 1 addition & 1 deletion ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ environment:
PYTHON_HOME: C:\{{ config.python.replace('.', '') }}
PYTHON_VERSION: '{{ config.python[-3:] }}'
PYTHON_ARCH: '32'
MINICONDA_HOME: C:\Miniconda-x64
MINICONDA_HOME: C:\Miniconda
- TOXENV: '{{ env }}{% if config.cover %},codecov{% endif %}'
TOXPYTHON: C:\{{ config.python.replace('.', '') }}-x64\python.exe
{%- if config.python != 'python3.5' %}
Expand Down

0 comments on commit 51ec4e7

Please sign in to comment.