Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
a6e878e2
Unverified
Commit
a6e878e2
authored
Jun 29, 2018
by
Nikita Titov
Committed by
GitHub
Jun 29, 2018
Browse files
[ci] updated Appveyor version (#1480)
parent
c86fe61b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.appveyor.yml
.appveyor.yml
+2
-2
No files found.
.appveyor.yml
View file @
a6e878e2
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment