Skip to content

Commit ef678a1

Browse files
committed
more next.
1 parent 0b3b47f commit ef678a1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ build_script:
2626

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

3132
after_test:
3233
- cmd: python scripts\\create_problems_list.py

0 commit comments

Comments
 (0)