We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a2d36e commit f58290aCopy full SHA for f58290a
.travis.yml
@@ -6,6 +6,9 @@ os:
6
7
python:
8
- '3.5.2' # There have been compatibility issues with this patch version
9
+ - '3.5.3'
10
+ - '3.5.4'
11
+ - '3.5.5'
12
- '3.5'
13
- '3.6'
14
- '3.7-dev' # TODO: Replace with plain "3.7" when supported by Travis
@@ -20,4 +23,4 @@ script:
20
23
- ./test.sh
21
24
- coveralls # Publish the coverage stats online.
22
25
- git clone https://github.com/UAVCAN/dsdl --branch=uavcan-v1.0 dsdl-test # TODO: Switch to master once v1.0 is merged
- - python ./demo.py dsdl-test/uavcan # Explicit "python" is needed to use the current Python version
26
+ - ./demo.py dsdl-test/uavcan
0 commit comments