added python 3.6 test
This commit is contained in:
parent
cc0a538bd3
commit
89151b2588
|
|
@ -14,3 +14,7 @@ matrix:
|
||||||
python: "3.5"
|
python: "3.5"
|
||||||
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.6"
|
||||||
|
before_install: pip install cython
|
||||||
|
script: python setup.py build_ext
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
[](https://github.com/lh3/minimap2/releases)
|
[](https://github.com/lh3/minimap2/releases)
|
||||||
[](https://anaconda.org/bioconda/minimap2)
|
[](https://anaconda.org/bioconda/minimap2)
|
||||||
|
[](https://pypi.python.org/pypi/mappy)
|
||||||
[](LICENSE.txt)
|
[](LICENSE.txt)
|
||||||
[](https://travis-ci.org/lh3/minimap2)
|
[](https://travis-ci.org/lh3/minimap2)
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue