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: