diff options
Diffstat (limited to '.appveyor.yml')
| -rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index 47bd1f0b..9b87d962 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -38,9 +38,10 @@ environment: install: - set PATH=%PYTHON%;%PYTHON%\Scripts;%GIT_PATH%;%PATH% - ## Print architecture, python & git used for debugging. + ## Print configuration for debugging. # - | + echo %PATH% uname -a where git git-daemon python pip pip3 pip34 python --version @@ -77,7 +78,7 @@ install: build: false test_script: - - nosetests --with-coverage + - nosetests -v --with-coverage #on_success: # - IF "%PYTHON_VERSION%"=="3.4" (coveralls) |
