Skip to content

Commit 950d1a7

Browse files
authored
Update build_win.cmd.example
1 parent 1625c4d commit 950d1a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build_win.cmd.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if DEFINED APPVEYOR (
2121
if NOT DEFINED RUN_INSTALL set RUN_INSTALL=1
2222

2323
:: Set python 2.7 with conda as the default python
24-
if !PYTHON_VERSION! EQU 2 (
24+
if !PYTHON_VERSION! EQU 2.7 (
2525
set CONDA_ROOT=C:\Users\Hossein\Anaconda2
2626
)
2727
:: Set python 3.6 with conda as the default python
@@ -66,7 +66,7 @@ if DEFINED APPVEYOR (
6666
)
6767

6868
:: Disable linting with python 3 until we find why the script fails
69-
if !PYTHON_VERSION! EQU 3 (
69+
if !PYTHON_VERSION! GTR 3 (
7070
set RUN_LINT=0
7171
)
7272

0 commit comments

Comments
 (0)