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 6f19acb commit 389b08d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ init:
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
- set PATH=%PATH%;%PYTHON_HOME%\libs
#- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
#- where conda
- '%MINICONDA_HOME%\Scripts\conda --version'
Expand Down Expand Up @@ -110,6 +111,7 @@ on_failure:
#- ps: dir "env:"
#- ps: get-content .tox\*\log\*
- dir %PYTHON_HOME%\libs
- dir .tox\%TOXENV%\libs
artifacts:
- path: dist\*
matrix:
Expand Down
2 changes: 2 additions & 0 deletions ci/templates/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ init:
install:
- python -u ci\appveyor-bootstrap.py
- set PATH=%PATH%;C:\msys64\mingw64\bin
- set PATH=%PATH%;%PYTHON_HOME%\libs
#- set PATH=%PATH%;%MINICONDA_HOME%\Scripts
#- where conda
- '%MINICONDA_HOME%\Scripts\conda --version'
Expand Down Expand Up @@ -80,6 +81,7 @@ on_failure:
#- ps: dir "env:"
#- ps: get-content .tox\*\log\*
- dir %PYTHON_HOME%\libs
- dir .tox\%TOXENV%\libs
artifacts:
- path: dist\*
matrix:
Expand Down

0 comments on commit 389b08d

Please sign in to comment.