From cc0a538bd3eab50371dce03cfe2eca0d80023cc5 Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 17 Sep 2017 00:49:16 -0400 Subject: [PATCH] try python3 in travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 4df0f15..f00327c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,3 +10,7 @@ matrix: python: "2.7" before_install: pip install cython script: python setup.py build_ext + - language: python + python: "3.5" + before_install: pip install cython + script: python setup.py build_ext