Skip to content

Commit

Permalink
Do not explicitly activate a virtualenv in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
dlecocq committed Feb 12, 2018
1 parent 8abadd8 commit 914b8c0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/travis/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

set -e

source $HOME/virtualenv/python3.5/bin/activate
pip install gcovr==3.2
pip install --user gcovr==3.2

0 comments on commit 914b8c0

Please sign in to comment.