Travis: test Python 3.7

This commit is contained in:
Neil Booth 2018-07-05 10:13:32 +08:00
parent e425b60ff3
commit 62c5dd7216

View File

@ -11,6 +11,7 @@ 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.7"
- "nightly"
# command to install dependencies
install: