We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bb74fa commit b1b15cbCopy full SHA for b1b15cb
appveyor.yml
@@ -16,7 +16,7 @@ install:
16
- cmd: "SET JAVA_HOME=C:\\Program Files\\Java\\jdk9"
17
- cmd: "SET PATH=%JAVA_HOME%\\bin;%path%"
18
- cmd: "SET PYTHON3=C:\\Python36-x64"
19
- - cmd: "SET PATH=%PYTHON3%;%path%"
+ - cmd: "SET PATH=%PYTHON3%;%PYTHON3%\\Scripts;%path%"
20
- cmd: java -version
21
- cmd: python --version"
22
- cmd: python -m pip install -r requirements.txt
@@ -26,8 +26,7 @@ build_script:
26
27
test_script:
28
- cmd: gradle test jacocoJupTestReport
29
- - cmd: python -m pip install -r requirements.txt
30
- - cmd: coverage run scripts\\run_unit_tests.py
+ - cmd: coverage-3.6 run scripts\\run_unit_tests.py
31
32
after_test:
33
- cmd: python scripts\\create_problems_list.py
0 commit comments