Skip to content

Commit

Permalink
Fix no_sketchlib var
Browse files Browse the repository at this point in the history
Turn off Travis (using Azure pipelines now)
  • Loading branch information
johnlees committed Feb 10, 2020
1 parent ccaa02d commit 620aa4a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

2 changes: 2 additions & 0 deletions PopPUNK/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@

from .models import *

from .sketchlib import no_sketchlib

from .network import fetchNetwork
from .network import constructNetwork
from .network import extractReferences
Expand Down
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# PopPUNK (POPulation Partitioning Using Nucleotide Kmers)

[![Dev build Status](https://dev.azure.com/jlees/PopPUNK/_apis/build/status/johnlees.PopPUNK?branchName=master)](https://dev.azure.com/jlees/PopPUNK/_build/latest?definitionId=1&branchName=master)
[![Stable build Status](https://travis-ci.org/johnlees/PopPUNK.svg?branch=v1.1.7)](https://travis-ci.org/johnlees/PopPUNK/)
[![Documentation Status](https://readthedocs.org/projects/poppunk/badge/?version=latest)](https://poppunk.readthedocs.io/)
[![PyPI version](https://badge.fury.io/py/poppunk.svg)](https://badge.fury.io/py/poppunk)
[![Anaconda package](https://anaconda.org/bioconda/poppunk/badges/version.svg)](https://anaconda.org/bioconda/poppunk)
[![PyPI version](https://badge.fury.io/py/poppunk.svg)](https://badge.fury.io/py/poppunk)

See our website: <https://www.poppunk.net>

Expand Down

0 comments on commit 620aa4a

Please sign in to comment.