summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-03-03 15:38:53 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2020-03-03 15:38:53 +0100
commit17599cfc3172f0d06f9f120904ac9d0e778a703d (patch)
treec04a942f63444f4fc04c86a4c8dc0e783ca8454f
parent1bad7164d82cbc7705d6158eb2326bf842060ffc (diff)
downloadpsutil-17599cfc3172f0d06f9f120904ac9d0e778a703d.tar.gz
install deps
-rwxr-xr-x.ci/travis/install.sh6
1 files changed, 2 insertions, 4 deletions
diff --git a/.ci/travis/install.sh b/.ci/travis/install.sh
index 1e37c39b..bda69289 100755
--- a/.ci/travis/install.sh
+++ b/.ci/travis/install.sh
@@ -33,10 +33,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv activate psutil
fi
-if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]] || [[ $PYVER == 'py26' ]]; then
- pip install -U ipaddress unittest2 argparse mock==1.0.1
-elif [[ $TRAVIS_PYTHON_VERSION == '2.7' ]] || [[ $PYVER == 'py27' ]]; then
+if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]] || [[ $PYVER == 'py27' ]]; then
pip install -U ipaddress mock
fi
-pip install -U coverage coveralls flake8 setuptools
+pip install -U coverage coveralls flake8 setuptools concurrencytest