From 405d5311002bd0fc5bd4d783a3690df39bdedcdf Mon Sep 17 00:00:00 2001 From: Heng Li Date: Fri, 5 Jan 2018 22:17:00 -0500 Subject: [PATCH] don't test python v3.3 --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6a252b0..8a86493 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,10 +10,6 @@ matrix: python: "2.7" before_install: pip install cython script: python setup.py build_ext - - language: python - python: "3.3" - before_install: pip install cython - script: python setup.py build_ext - language: python python: "3.5" before_install: pip install cython