summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-08-24 12:49:45 +0200
committerGiampaolo Rodola <g.rodola@gmail.com>2018-08-24 12:49:45 +0200
commit5aa81f2892f6b4c1f5cb7cfbb8d1ec552aebe416 (patch)
tree81cec07b77bb8c4e0dae2fc529bbd7706a893a07
parent601b847e1d970f7c738e771b685295f366a84b3e (diff)
downloadpsutil-5aa81f2892f6b4c1f5cb7cfbb8d1ec552aebe416.tar.gz
travis: add python 3.7 build
-rw-r--r--.travis.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 86cc73ec..e32f87c2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,6 +9,9 @@ matrix:
- python: 3.4
- python: 3.5
- python: 3.6
+ - python: 3.7
+ dist: xenial
+ sudo: true
# macOS
- language: generic
os: osx