From 80b84f511660fee9217852a5447e152f14880117 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 5 Dec 2014 17:44:40 -0800 Subject: Change the envvar for tox env to the officla tox one --- .travis/install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to '.travis/install.sh') diff --git a/.travis/install.sh b/.travis/install.sh index 51d3097c..6dd84f2c 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -20,7 +20,7 @@ if [[ "$DARWIN" = true ]]; then eval "$(pyenv init -)" fi - case "${TOX_ENV}" in + case "${TOXENV}" in py26) curl -O https://bootstrap.pypa.io/get-pip.py sudo python get-pip.py @@ -62,7 +62,7 @@ if [[ "$DARWIN" = true ]]; then else sudo add-apt-repository -y ppa:fkrull/deadsnakes - if [[ "${TOX_ENV}" == "pypy" ]]; then + if [[ "${TOXENV}" == "pypy" ]]; then sudo add-apt-repository -y ppa:pypy/ppa fi @@ -76,7 +76,7 @@ else sudo apt-get install -y --force-yes libssl-dev/lucid fi - case "${TOX_ENV}" in + case "${TOXENV}" in py26) sudo apt-get install python2.6 python2.6-dev ;; -- cgit v1.2.3