don't test python v3.3

This commit is contained in:
Heng Li 2018-01-05 22:17:00 -05:00
parent e9607fcd9b
commit 405d531100
1 changed files with 0 additions and 4 deletions

View File

@ -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