don't build for python-3.0 (unavailable in travis)

This commit is contained in:
Heng Li 2017-09-17 17:07:42 -04:00
parent cf93e5c0a1
commit 48705e9bfa
1 changed files with 1 additions and 1 deletions

View File

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