Skip to content

Commit 6a0c69b

Browse files
committed
BLD Show which version of Python 3 is being used
1 parent c8b0590 commit 6a0c69b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wercker.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ py3:
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

0 commit comments

Comments
 (0)