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

Skip to content

Commit a377fc8

Browse files
committed
CI: do not create venv on travis
This is to save time and pick up the numpy master build now available by default in the nightly run (numpy/numpy#9578 (comment))
1 parent 3769792 commit a377fc8

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 -v $PRE \
110106
$MOCK \
111107
$NOSE \
112108
$NUMPY \

0 commit comments

Comments
 (0)