We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1da6c commit 966f1e0Copy full SHA for 966f1e0
.travis.yml
@@ -15,6 +15,7 @@ before_script:
15
- pip install coveralls # Intentionally removed from requirements.txt because it's only useful in the CI environment
16
17
script:
18
+ - python --version
19
- ./test.sh
20
- coveralls # Publish the coverage stats online.
21
- 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