Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3eef890 + 15fa569 commit 61217cfCopy full SHA for 61217cf
.travis.yml
@@ -76,11 +76,7 @@ matrix:
76
77
before_install:
78
- |
79
- # Install into our own pristine virtualenv
80
if [[ $TRAVIS_OS_NAME != 'osx' ]]; then
81
- pip install --upgrade virtualenv
82
- python -m virtualenv venv
83
- source venv/bin/activate
84
# test with non-ascii in path
85
mkdir /tmp/λ
86
export PATH=$PATH:/tmp/λ
@@ -106,7 +102,7 @@ install:
106
102
pip install --upgrade pip setuptools wheel
107
103
108
104
# Install dependencies from pypi
109
- pip install $PRE \
105
+ pip install --upgrade $PRE \
110
$MOCK \
111
$NOSE \
112
$NUMPY \
0 commit comments