Skip to content

Commit

Permalink
Fix dependencies installation bug on TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
vbouquet committed Jan 5, 2018
1 parent dbcea2e commit dff7445
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/install_opencv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ sudo ldconfig

cd ~/
if [[ "$CI" == "true" ]]; then
then
echo "export PYTHONPATH=$PYTHONPATH:~/virtualenv/python3.5/site-packages" >> \
.bashrc
ls ~/virtualenv/python3.5/site-packages
Expand Down

0 comments on commit dff7445

Please sign in to comment.