Skip to content

Commit

Permalink
Remove debugging code from appveyor config
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 21, 2016
1 parent f412c02 commit b0818ce
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions appveyor.yml
Expand Up @@ -13,10 +13,6 @@ install:
- "%PYTHON%/Scripts/pip.exe install -r requirements-appveyor.txt"

test_script:
- "dir"
- "python --version"
- "C:\\Python35\\python.exe --version"
- "dir C:\\Python35\\Scripts\\"
- "%PYTHON%/Scripts/py.test.exe"
- "%PYTHON%/python.exe setup.py -q install"
- "%PYTHON%/python.exe tests/manual/run_all_ci.py"

0 comments on commit b0818ce

Please sign in to comment.