mirror of
https://github.com/lh3/minimap2.git
synced 2026-09-18 18:18:26 +08:00
try python3 in travis
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user