try python3 in travis
This commit is contained in:
parent
e9e86f5a48
commit
cc0a538bd3
|
|
@ -10,3 +10,7 @@ matrix:
|
||||||
python: "2.7"
|
python: "2.7"
|
||||||
before_install: pip install cython
|
before_install: pip install cython
|
||||||
script: python setup.py build_ext
|
script: python setup.py build_ext
|
||||||
|
- language: python
|
||||||
|
python: "3.5"
|
||||||
|
before_install: pip install cython
|
||||||
|
script: python setup.py build_ext
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue