From 48705e9bfa21dc517b9e3f85c345638f304f745c Mon Sep 17 00:00:00 2001 From: Heng Li Date: Sun, 17 Sep 2017 17:07:42 -0400 Subject: [PATCH] don't build for python-3.0 (unavailable in travis) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 86f7841..6a252b0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ matrix: before_install: pip install cython script: python setup.py build_ext - language: python - python: "3.0" + python: "3.3" before_install: pip install cython script: python setup.py build_ext - language: python