From a81525fc5f855a7db24a9bc2b2b1e97364fcf22d Mon Sep 17 00:00:00 2001 From: Babak Farrokhi Date: Sun, 5 Aug 2018 16:47:38 +0430 Subject: [PATCH] Fix travis config to build 3.7 and 3.8-dev --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 66d5466..74f0fbb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,10 @@ matrix: - python: "3.4" - python: "3.5" - python: "3.6" - - python: "pypy3" - python: "3.7" dist: xenial + sudo: true - python: "3.8-dev" dist: xenial + sudo: true + - python: "pypy3"