summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-08-24 12:53:23 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-08-24 12:53:23 +0200
commitfe8140c23f481578689fdf0fb95e2d3e301e73c2 (patch)
treefa24f2734f0471d80e537ed3580f038fb05f30b2
parent5aa81f2892f6b4c1f5cb7cfbb8d1ec552aebe416 (diff)
downloadpsutil-fe8140c23f481578689fdf0fb95e2d3e301e73c2.tar.gz
also include PYPY (or try to :P)
-rwxr-xr-x.ci/travis/install.sh6
-rw-r--r--.travis.yml5
2 files changed, 7 insertions, 4 deletions
diff --git a/.ci/travis/install.sh b/.ci/travis/install.sh
index bb86700e..56f6623d 100755
--- a/.ci/travis/install.sh
+++ b/.ci/travis/install.sh
@@ -24,9 +24,9 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then
pyenv install 2.7.10
pyenv virtualenv 2.7.10 psutil
;;
- py34)
- pyenv install 3.4.3
- pyenv virtualenv 3.4.3 psutil
+ py36)
+ pyenv install 3.6.6
+ pyenv virtualenv 3.6.6 psutil
;;
esac
pyenv rehash
diff --git a/.travis.yml b/.travis.yml
index e32f87c2..e522fe00 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,10 @@ matrix:
env: PYVER=py27
- language: generic
os: osx
- env: PYVER=py34
+ env: PYVER=py36
+ # pypy
+ - python: pypy
+ - python: pypy3
install:
- ./.ci/travis/install.sh
script: