Skip to content

Commit 966f1e0

Browse files
Explicitly emitting the current Python version before testing
1 parent ef1da6c commit 966f1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ before_script:
1515
- pip install coveralls # Intentionally removed from requirements.txt because it's only useful in the CI environment
1616

1717
script:
18+
- python --version
1819
- ./test.sh
1920
- coveralls # Publish the coverage stats online.
2021
- git clone https://github.com/UAVCAN/dsdl --branch=uavcan-v1.0 dsdl-test # TODO: Switch to master once v1.0 is merged

0 commit comments

Comments
 (0)