Skip to content

Commit 2a04049

Browse files
author
Enrique Fernandez
committed
Use language: generic
Trying to avoid the following issue: ImportError: "from catkin_pkg.package import parse_package" failed: No module named catkin_pkg.package Make sure that you have installed "catkin_pkg", it is up to date and on the PYTHONPATH. Note that catkin_pkg is actually installed with python-catkin-pkg.
1 parent 9434731 commit 2a04049

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22
# Author: Dave Coleman, Enrique Fernandez
33
sudo: required
44
dist: trusty
5-
language:
6-
- cpp
7-
- python
8-
python:
9-
- "2.7"
5+
language: generic
106
compiler:
117
- gcc
128
env:

0 commit comments

Comments
 (0)