Unverified Commit a6e878e2 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

[ci] updated Appveyor version (#1480)

parent c86fe61b
version: 2.1.1.{build} version: 2.1.2.{build}
configuration: # A trick to construct a build matrix configuration: # A trick to construct a build matrix
- 3.5 - 3.5
...@@ -50,7 +50,7 @@ test_script: ...@@ -50,7 +50,7 @@ test_script:
- pytest tests/python_package_test - pytest tests/python_package_test
- cd examples/python-guide - cd examples/python-guide
- ps: >- - ps: >-
@("import matplotlib", "matplotlib.use('Agg')") +(Get-Content "plot_example.py") | Set-Content"plot_example.py" # prevent interactive window mode @("import matplotlib", "matplotlib.use('Agg')") + (Get-Content "plot_example.py") | Set-Content "plot_example.py" # prevent interactive window mode
- ps: >- - ps: >-
foreach ($file in @(Get-ChildItem *.py)) { foreach ($file in @(Get-ChildItem *.py)) {
python $file python $file
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment