don't build for python-3.0 (unavailable in travis)
This commit is contained in:
parent
cf93e5c0a1
commit
48705e9bfa
|
|
@ -11,7 +11,7 @@ matrix:
|
||||||
before_install: pip install cython
|
before_install: pip install cython
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
- language: python
|
- language: python
|
||||||
python: "3.0"
|
python: "3.3"
|
||||||
before_install: pip install cython
|
before_install: pip install cython
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
- language: python
|
- language: python
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue