try python3 in travis

This commit is contained in:
Heng Li
2017-09-17 00:49:16 -04:00
parent e9e86f5a48
commit cc0a538bd3

View File

@@ -10,3 +10,7 @@ matrix:
python: "2.7"
before_install: pip install cython
script: python setup.py build_ext
- language: python
python: "3.5"
before_install: pip install cython
script: python setup.py build_ext