From ae143703aec1cb9a0b7a12901d86883abd821ac2 Mon Sep 17 00:00:00 2001 From: Neil Booth Date: Thu, 5 Jul 2018 10:13:32 +0800 Subject: [PATCH] Travis: test Python 3.7 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 809ff0c..142979e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,8 @@ before_install: - pushd leveldb-1.20 && make && sudo mv out-shared/libleveldb.* /usr/local/lib && sudo cp -R include/leveldb /usr/local/include && sudo ldconfig && popd python: - "3.6" + - "3.6-dev" + - "3.7-dev" - "nightly" # command to install dependencies install: