Skip to content

Commit 1a92711

Browse files
committed
faster builds on appveyor
1 parent e00af06 commit 1a92711

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
@@ -101,7 +101,7 @@ build: off
101101
test_script:
102102
- set TEST_PACKAGING=1
103103
- if [%JAVA_VERSION%]==[jdk7] set TEST_DEPENDENCIES=1
104-
- if [%JAVA_VERSION%]==[jdk7] set TEST_LONG=1
104+
#- if [%JAVA_VERSION%]==[jdk7] set TEST_LONG=1
105105
- set TEST_COVERAGE=1
106106
- python -m coverage run --branch --source . -m unittest -v
107107

0 commit comments

Comments
 (0)