Make Travis CI use python 3
This commit is contained in:
parent
34089e302c
commit
63b926a4aa
2 changed files with 5 additions and 1 deletions
|
@ -4,7 +4,7 @@ set -ex
|
|||
|
||||
cd `dirname $0`/..
|
||||
|
||||
virtualenv env
|
||||
virtualenv -p python3 env
|
||||
. env/bin/activate
|
||||
pip install -r scripts/requirements.txt
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue