Skip to content

Commit d8b416b

Browse files
committed
badge
1 parent b94081b commit d8b416b

File tree

3 files changed

+2
-41
lines changed

3 files changed

+2
-41
lines changed

.travis.yml

Lines changed: 0 additions & 34 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
1-
2-
[![Build Status](https://travis-ci.com/scivision/mozilla-location-python.svg?branch=master)](https://travis-ci.com/scivision/mozilla-location-python)
3-
4-
[![Coverage Status](https://coveralls.io/repos/github/scivision/mozilla-location-wifi-python/badge.svg?branch=master)](https://coveralls.io/github/scivision/mozilla-location-wifi-python?branch=master)
5-
61
[![Python versions (PyPI)](https://img.shields.io/pypi/pyversions/mozilla-location-python.svg)](https://pypi.python.org/pypi/mozilla-location-python)
72

83
[![Distribution format (PyPI)](https://img.shields.io/pypi/format/mozilla-location-python.svg)](https://pypi.python.org/pypi/mozilla-location-python)

tests/test_all.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
import mozloc
44
import datetime
55

6-
def test_nm_connection():
6+
def test_nm_loc():
77
loc = mozloc.get_nmcli()
88
assert isinstance(loc,dict)
99
assert isinstance(loc['t'],datetime.datetime)
1010

11-
def test_nm_loc():
11+
def test_nm_connection():
1212
mozloc.nm_config_check()
1313

1414

0 commit comments

Comments
 (0)