Skip to content

Commit

Permalink
fix broken unvalidated appveyor.yml file from master
Browse files Browse the repository at this point in the history
  • Loading branch information
asampat3090 committed May 6, 2018
1 parent a5e0410 commit c094342
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Expand Up @@ -6,6 +6,7 @@ environment:
# /E:ON and /V:ON options are not enabled in the batch script intepreter
# See: http://stackoverflow.com/a/13751649/163740
CMD_IN_ENV: "cmd /E:ON /V:ON /C .\\appveyor\\run_with_env.cmd"
LOGGING_LEVEL: DEBUG

matrix:
- PYTHON: "C:\\Python27"
Expand Down Expand Up @@ -48,5 +49,3 @@ install:
test_script:
- "%PYTHON%/Scripts/pip.exe --version"
- "%PYTHON%/Scripts/pytest "
environment:
- LOGGING_LEVEL=DEBUG

0 comments on commit c094342

Please sign in to comment.