Skip to content

Commit

Permalink
Copy cv2 into virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
pjreed committed Feb 9, 2018
1 parent df01989 commit 9904ede
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ sudo: required
group: edge
language: python
python: "2.7.14"
virtualenv:
system_site_packages: true
cache:
- apt

Expand Down Expand Up @@ -106,6 +104,7 @@ before_script:
# package depdencies: install using rosdep.
- cd ~/catkin_ws
- rosdep install -y --from-paths src --ignore-src --rosdistro $ROS_DISTRO
- cp /usr/lib/python2.7/dist-packages/cv2.so $VIRTUAL_ENV/lib/python2.7/site-packages/

# Compile and test (mark the build as failed if any step fails). If the
# CATKIN_OPTIONS file exists, use it as an argument to catkin_make, for example
Expand Down

0 comments on commit 9904ede

Please sign in to comment.