Skip to content

Commit

Permalink
BLD Show which version of Python 3 is being used
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Dec 10, 2018
1 parent c8b0590 commit 6a0c69b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ py3:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v
Expand All @@ -20,6 +21,7 @@ debian-stable:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v
Expand All @@ -32,6 +34,7 @@ debian-testing:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v
Expand All @@ -44,6 +47,7 @@ debian-unstable:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v
Expand All @@ -57,6 +61,7 @@ fedora:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v
Expand All @@ -70,6 +75,7 @@ centos:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v
Expand All @@ -90,5 +96,6 @@ alpine:
- script:
name: Run tests
code: |
python3 --version
cd tests
./run_all -v

0 comments on commit 6a0c69b

Please sign in to comment.