diff --git a/.travis.yml b/.travis.yml index a66b3a3..a7c5b36 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,12 +18,12 @@ env: - ROS_DISTRO=indigo ROS_FLOW=install - ROS_DISTRO=indigo PYTHON=2.7 - ROS_DISTRO=indigo PYTHON=3.4 -# -# - ROS_DISTRO=kinetic ROS_FLOW=devel -# # Rostful is released as a pip package as well as a ros deb package : dependencies should work from install space as well -# - ROS_DISTRO=kinetic ROS_FLOW=install -# - ROS_DISTRO=kinetic PYTHON=2.7 -# - ROS_DISTRO=kinetic PYTHON=3.4 + + - ROS_DISTRO=kinetic ROS_FLOW=devel + # Rostful is released as a pip package as well as a ros deb package : dependencies should work from install space as well + - ROS_DISTRO=kinetic ROS_FLOW=install + - ROS_DISTRO=kinetic PYTHON=2.7 + - ROS_DISTRO=kinetic PYTHON=3.4 # TODO : pypy + pypy3