Skip to content

Commit b1b15cb

Browse files
committed
once again
1 parent 5bb74fa commit b1b15cb

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Diff for: appveyor.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ install:
1616
- cmd: "SET JAVA_HOME=C:\\Program Files\\Java\\jdk9"
1717
- cmd: "SET PATH=%JAVA_HOME%\\bin;%path%"
1818
- cmd: "SET PYTHON3=C:\\Python36-x64"
19-
- cmd: "SET PATH=%PYTHON3%;%path%"
19+
- cmd: "SET PATH=%PYTHON3%;%PYTHON3%\\Scripts;%path%"
2020
- cmd: java -version
2121
- cmd: python --version"
2222
- cmd: python -m pip install -r requirements.txt
@@ -26,8 +26,7 @@ build_script:
2626

2727
test_script:
2828
- cmd: gradle test jacocoJupTestReport
29-
- cmd: python -m pip install -r requirements.txt
30-
- cmd: coverage run scripts\\run_unit_tests.py
29+
- cmd: coverage-3.6 run scripts\\run_unit_tests.py
3130

3231
after_test:
3332
- cmd: python scripts\\create_problems_list.py

0 commit comments

Comments
 (0)