From 4bd5a018c254a5e70e66df893ad56c42bccc32e5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 11 May 2019 20:05:06 -0400 Subject: [PATCH] test python 3.7 instead of 3.6 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8a86493..ccdc531 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,6 @@ matrix: before_install: pip install cython script: python setup.py build_ext - language: python - python: "3.6" + python: "3.7" before_install: pip install cython script: python setup.py build_ext