Skip to content

Commit 8a1136d

Browse files
committed
indentation problem?
1 parent 52233ef commit 8a1136d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

appveyor.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@ environment:
1414
PYTHON_ARCH: "64"
1515

1616
install:
17-
# Install miniconda Python
18-
- "powershell ./ci/install_python.ps1"
17+
# Install miniconda Python
18+
- "powershell ./ci/install_python.ps1"
1919

20-
# Prepend newly installed Python to the PATH of this build (this cannot be
21-
# done from inside the powershell script as it would require to restart
22-
# the parent CMD process).
23-
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
20+
# Prepend newly installed Python to the PATH of this build (this cannot be
21+
# done from inside the powershell script as it would require to restart
22+
# the parent CMD process).
23+
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
2424

25-
# Check that we have the expected version and architecture for Python
26-
- "python --version"
27-
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
25+
# Check that we have the expected version and architecture for Python
26+
- "python --version"
27+
- "python -c \"import struct; print(struct.calcsize('P') * 8)\""
2828

29-
# install xray and depenencies
30-
- "conda install --yes --quiet pip numpy scipy pandas nose pytz ephem numba"
31-
- "python setup.py install"
29+
# install xray and depenencies
30+
- "conda install --yes --quiet pip numpy scipy pandas nose pytz ephem numba"
31+
- "python setup.py install"
3232

3333
build: false
3434

0 commit comments

Comments
 (0)