Skip to content

Commit

Permalink
Switch to preferred python3 venv module (#817)
Browse files Browse the repository at this point in the history
  • Loading branch information
graphaelli authored Apr 20, 2020
1 parent 9496824 commit a59e76c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@ addons:
apt:
update: true
packages:
- xsltproc
- libxml2-utils
- python3-venv
- xsltproc

jobs:
include:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ test: ve
.PHONY: ve
ve: build/ve/bin/activate
build/ve/bin/activate: scripts/requirements.txt
@test -d build/ve || virtualenv -p python3 build/ve
@test -d build/ve || python3 -mvenv build/ve
@build/ve/bin/pip install -Ur scripts/requirements.txt
@touch build/ve/bin/activate

Expand Down

0 comments on commit a59e76c

Please sign in to comment.