summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjohnthagen <johnthagen@users.noreply.github.com>2020-02-09 16:18:03 -0500
committerGitHub <noreply@github.com>2020-02-09 22:18:03 +0100
commitb6237f8190b2344d8381b86d43882fba45585876 (patch)
tree1e38db15e0803bb8f0f99b483e193545725f3ff1
parent17b702945351f91bb3dc61010eddf26b68fd596b (diff)
downloadpsutil-b6237f8190b2344d8381b86d43882fba45585876.tar.gz
Enable PyPy3 on CI (#1682)
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ced00a09..fad35121 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,7 +18,7 @@ matrix:
- python: 3.8
# pypy
# - python: pypy
- # - python: pypy3
+ - python: pypy3
install:
- ./.ci/travis/install.sh
script: