Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 61217cf

Browse files
authored
Merge pull request #9060 from tacaswell/tst_venv_tweaks
CI: do not create venv on travis
2 parents 3eef890 + 15fa569 commit 61217cf

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,7 @@ matrix:
7676

7777
before_install:
7878
- |
79-
# Install into our own pristine virtualenv
8079
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
81-
pip install --upgrade virtualenv
82-
python -m virtualenv venv
83-
source venv/bin/activate
8480
# test with non-ascii in path
8581
mkdir /tmp/λ
8682
export PATH=$PATH:/tmp/λ
@@ -106,7 +102,7 @@ install:
106102
pip install --upgrade pip setuptools wheel
107103
- |
108104
# Install dependencies from pypi
109-
pip install $PRE \
105+
pip install --upgrade $PRE \
110106
$MOCK \
111107
$NOSE \
112108
$NUMPY \

0 commit comments

Comments
 (0)