Skip to content

Commit f58290a

Browse files
Testing various versions of 3.5
1 parent 7a2d36e commit f58290a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ os:
66

77
python:
88
- '3.5.2' # There have been compatibility issues with this patch version
9+
- '3.5.3'
10+
- '3.5.4'
11+
- '3.5.5'
912
- '3.5'
1013
- '3.6'
1114
- '3.7-dev' # TODO: Replace with plain "3.7" when supported by Travis
@@ -20,4 +23,4 @@ script:
2023
- ./test.sh
2124
- coveralls # Publish the coverage stats online.
2225
- git clone https://github.com/UAVCAN/dsdl --branch=uavcan-v1.0 dsdl-test # TODO: Switch to master once v1.0 is merged
23-
- 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

Comments
 (0)