Skip to content

Commit

Permalink
adding kinetic travis checks
Browse files Browse the repository at this point in the history
  • Loading branch information
asmodehn committed Apr 14, 2018
1 parent df9acff commit 206517b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 206517b

Please sign in to comment.