File tree 1 file changed +4
-4
lines changed 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,9 +18,9 @@ environment:
18
18
# BATDIR: ci\appveyor\win32
19
19
20
20
# 64 julia-1.0 Python-35
21
- - JULIA_URL : " https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
22
- PYTHONDIR : " C:\\ Python35-x64"
23
- BATDIR : ci\appveyor\win64
21
+ # - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/1.0/julia-1.0-latest-win64.exe"
22
+ # PYTHONDIR: "C:\\Python35-x64"
23
+ # BATDIR: ci\appveyor\win64
24
24
25
25
# 64 julia latest Python-35
26
26
# - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
@@ -73,7 +73,7 @@ test_script:
73
73
# Rebuild PyCall.ji for each Python interpreter before testing:
74
74
- " SET PYJULIA_TEST_REBUILD=yes"
75
75
- tox --version
76
- - tox
76
+ - tox -rvv -e py27
77
77
78
78
on_finish :
79
79
- ps : cat .tox\py\log\pytest.log
You can’t perform that action at this time.
0 commit comments