Skip to content

Commit

Permalink
Build venvs with py3
Browse files Browse the repository at this point in the history
  • Loading branch information
owais committed Feb 23, 2018
1 parent 4e6b118 commit 690741e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ build: clean

install:
@echo "Installing build dependencies"
@[ ! -d $(ENV)/ ] && virtualenv $(ENV)/ || :
@[ ! -d $(ENV)/ ] && python3 -m venv $(ENV)/ || :
@$(ENV)/bin/pip install $(requirements)

generate-rst:
Expand Down

0 comments on commit 690741e

Please sign in to comment.