Skip to content

Commit 89151b2

Browse files
committed
added python 3.6 test
1 parent cc0a538 commit 89151b2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

Diff for: .travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,7 @@ matrix:
1414
python: "3.5"
1515
before_install: pip install cython
1616
script: python setup.py build_ext
17+
- language: python
18+
python: "3.6"
19+
before_install: pip install cython
20+
script: python setup.py build_ext

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[![Release](https://img.shields.io/badge/Release-v2.1.1-blue.svg?style=flat-square)](https://github.com/lh3/minimap2/releases)
22
[![BioConda](https://img.shields.io/conda/vn/bioconda/minimap2.svg?style=flat-square)](https://anaconda.org/bioconda/minimap2)
3+
[![PyPI](https://img.shields.io/pypi/v/mappy.svg?style=flat-square)](https://pypi.python.org/pypi/mappy)
34
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](LICENSE.txt)
45
[![Build Status](https://travis-ci.org/lh3/minimap2.svg?branch=master)](https://travis-ci.org/lh3/minimap2)
56
## Getting Started

0 commit comments

Comments
 (0)