File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 77 - script :
88 name : Run tests
99 code : |
10+ python3 --version
1011 cd tests
1112 ./run_all -v
1213
@@ -20,6 +21,7 @@ debian-stable:
2021 - script :
2122 name : Run tests
2223 code : |
24+ python3 --version
2325 cd tests
2426 ./run_all -v
2527
@@ -32,6 +34,7 @@ debian-testing:
3234 - script :
3335 name : Run tests
3436 code : |
37+ python3 --version
3538 cd tests
3639 ./run_all -v
3740
@@ -44,6 +47,7 @@ debian-unstable:
4447 - script :
4548 name : Run tests
4649 code : |
50+ python3 --version
4751 cd tests
4852 ./run_all -v
4953
@@ -57,6 +61,7 @@ fedora:
5761 - script :
5862 name : Run tests
5963 code : |
64+ python3 --version
6065 cd tests
6166 ./run_all -v
6267
@@ -70,6 +75,7 @@ centos:
7075 - script :
7176 name : Run tests
7277 code : |
78+ python3 --version
7379 cd tests
7480 ./run_all -v
7581
@@ -90,5 +96,6 @@ alpine:
9096 - script :
9197 name : Run tests
9298 code : |
99+ python3 --version
93100 cd tests
94101 ./run_all -v
You can’t perform that action at this time.
0 commit comments