Skip to content

Commit

Permalink
Ooops.
Browse files Browse the repository at this point in the history
  • Loading branch information
ionelmc committed Jun 15, 2014
1 parent db50777 commit 32efeee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion appveyor.tmpl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ environment:
matrix:
- TOXENV: check
{% for env, config in tox_environments|dictsort %}{% if '2.7' in env or '3.4' in env %}
- TOXENV: "{{ env }}
- TOXENV: "{{ env }}"
{% endif %}{% endfor %}
init:
- "ECHO %TOXENV%"
Expand Down
16 changes: 8 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ build: false
environment:
matrix:
- TOXENV: check
- TOXENV: "2.7-trollius-mysql
- TOXENV: "2.7-trollius-mysql-ASPECTLIB_DEBUG=yes
- TOXENV: "2.7-trollius-mysql-nocover
- TOXENV: "2.7-trollius-mysql-nocover-ASPECTLIB_DEBUG=yes
- TOXENV: "3.4
- TOXENV: "3.4-ASPECTLIB_DEBUG=yes
- TOXENV: "3.4-nocover
- TOXENV: "3.4-nocover-ASPECTLIB_DEBUG=yes
- TOXENV: "2.7-trollius-mysql"
- TOXENV: "2.7-trollius-mysql-ASPECTLIB_DEBUG=yes"
- TOXENV: "2.7-trollius-mysql-nocover"
- TOXENV: "2.7-trollius-mysql-nocover-ASPECTLIB_DEBUG=yes"
- TOXENV: "3.4"
- TOXENV: "3.4-ASPECTLIB_DEBUG=yes"
- TOXENV: "3.4-nocover"
- TOXENV: "3.4-nocover-ASPECTLIB_DEBUG=yes"
init:
- "ECHO %TOXENV%"
- ps: "ls C:/Python*"
Expand Down

0 comments on commit 32efeee

Please sign in to comment.