Skip to content

Commit 56474bf

Browse files
committed
DEBUG: Use tox -rvv -e py27
1 parent 95c5054 commit 56474bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ environment:
1818
# BATDIR: ci\appveyor\win32
1919

2020
# 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
2424

2525
# 64 julia latest Python-35
2626
# - JULIA_URL: "https://julialangnightlies-s3.julialang.org/bin/winnt/x64/julia-latest-win64.exe"
@@ -73,7 +73,7 @@ test_script:
7373
# Rebuild PyCall.ji for each Python interpreter before testing:
7474
- "SET PYJULIA_TEST_REBUILD=yes"
7575
- tox --version
76-
- tox
76+
- tox -rvv -e py27
7777

7878
on_finish:
7979
- ps: cat .tox\py\log\pytest.log

0 commit comments

Comments
 (0)