summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIonel Cristian Mărieș <contact@ionelmc.ro>2017-04-08 16:32:34 +0300
committerIonel Cristian Mărieș <contact@ionelmc.ro>2017-04-08 16:32:34 +0300
commit16ab5001462c95e4cf698e15d1b22b6c7a978b3f (patch)
tree501d659f126fb914c7021408c1e49ebcbadeda35
parenta2c178c981971faaa9e190f78b5ac64a883253d0 (diff)
Don't deactivate.
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index fde3ee0..3ec9885 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -38,7 +38,6 @@ before_install:
- |
set -eux
if [[ $TRAVIS_PYTHON_VERSION == 'pypy' ]]; then
- deactivate
wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy-5.7-linux_x86_64-portable.tar.bz2
tar -jxvf pypy-5.7-linux_x86_64-portable.tar.bz2
echo 'Setting up aliases...'
@@ -47,7 +46,6 @@ before_install:
pypy-5.7-linux_x86_64-portable/bin/pypy -m ensurepip
fi
if [[ $TRAVIS_PYTHON_VERSION == 'pypy3' ]]; then
- deactivate
wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-5.7-beta-linux_x86_64-portable.tar.bz2
tar -jxvf pypy3.5-5.7-beta-linux_x86_64-portable.tar.bz2
echo 'Setting up aliases...'