We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1625c4d commit 950d1a7Copy full SHA for 950d1a7
scripts/build_win.cmd.example
@@ -21,7 +21,7 @@ if DEFINED APPVEYOR (
21
if NOT DEFINED RUN_INSTALL set RUN_INSTALL=1
22
23
:: Set python 2.7 with conda as the default python
24
- if !PYTHON_VERSION! EQU 2 (
+ if !PYTHON_VERSION! EQU 2.7 (
25
set CONDA_ROOT=C:\Users\Hossein\Anaconda2
26
)
27
:: Set python 3.6 with conda as the default python
@@ -66,7 +66,7 @@ if DEFINED APPVEYOR (
66
67
68
:: Disable linting with python 3 until we find why the script fails
69
- if !PYTHON_VERSION! EQU 3 (
+ if !PYTHON_VERSION! GTR 3 (
70
set RUN_LINT=0
71
72
0 commit comments