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 a492e81 commit cc23c9f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ environment:
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- dir /s /b C:\MinGW*
- dir /s /b C:\msys*
#- dir /s /b C:\MinGW*
#- dir /s /b C:\msys*
install:
- python -u ci\appveyor-bootstrap.py
- '%PYTHON_HOME%\Scripts\virtualenv --version'
Expand Down
4 changes: 2 additions & 2 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ environment:
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*
- dir /s /b C:\MinGW*
- dir /s /b C:\msys*
#- dir /s /b C:\MinGW*
#- dir /s /b C:\msys*
install:
- python -u ci\appveyor-bootstrap.py
- '%PYTHON_HOME%\Scripts\virtualenv --version'
Expand Down

0 comments on commit cc23c9f

Please sign in to comment.