Skip to content

Commit 6493c04

Browse files
committed
CI: Py35 build 0
[ci skip]
1 parent 9c5e0b8 commit 6493c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ install:
8080
- cmd: conda list -n test-environment
8181

8282
- cmd: conda build -q conda-recipes/pandas --python=%PYTHON_VERSION% --numpy=%NUMPY%
83-
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\win-64\\pandas-0.23.0-py35h24bf2e0_1.tar.bz2 # really hardcode
83+
- cmd: conda install -q %CONDA_ROOT%\\conda-bld\\win-64\\pandas-0.23.0-py35h24bf2e0_1.tar.bz # really hardcode
8484
- cmd: pip install --no-deps -e .
8585

8686
test_script:

0 commit comments

Comments
 (0)