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 9ce0b14
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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
1 change: 0 additions & 1 deletion scripts/travis/script.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
make test

0 comments on commit 9ce0b14

Please sign in to comment.