Skip to content

Commit b123637

Browse files
authored
Migrates to python3. (ros2#136)
Signed-off-by: Michel Hidalgo <[email protected]>
1 parent 6c3fb37 commit b123637

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
language: python
2+
python: 3.6
23
sudo: false
34
install:
4-
- pip install doc8 sphinx
5+
- pip3 install doc8 sphinx
56
script:
67
- make html 2> stderr.log
78
- cat stderr.log

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
SOURCE = source
44
OUT = build
5-
BUILD = python -m sphinx
5+
BUILD = python3 -m sphinx
66
OPTS =-c .
77

88
help:

0 commit comments

Comments
 (0)