Browse Source

travis: Always use system 'virtualenv' command for venvs

Sam Edwards 7 years ago
parent
commit
5f0a390b8f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -50,7 +50,7 @@ before_install:
 - makepanda/selfdestruct.py --yes
 - makepanda/selfdestruct.py --yes
 
 
 install:
 install:
-- ${PYTHON_INTERP:-python3.4} -m virtualenv venv && source venv/bin/activate
+- virtualenv --python=${PYTHON_INTERP:-python3.4} venv && source venv/bin/activate
 - pip install pytest
 - pip install pytest
 
 
 before_script:
 before_script: