From c16a1742a3a13e9f2a64d7c633eeac93c9211b38 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sat, 11 May 2019 20:06:48 -0400 Subject: [PATCH] Er... Tavis doesn't have python 3.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccdc531..8a86493 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.7" + python: "3.6" before_install: pip install cython script: python setup.py build_ext