Skip to content

Commit 23fb37e

Browse files
committed
Updated README, removed versions of Python too old for Travis.
1 parent e21e074 commit 23fb37e

2 files changed

Lines changed: 6 additions & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
language: python
22
python:
3-
- "2.4"
4-
- "2.5"
53
- "2.6"
64
- "2.7"
75
- "3.2"

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,19 @@ python-nut2
22
===========
33

44
This is an API overhaul of [PyNUT](https://github.com/networkupstools/nut/tree/master/scripts/python),
5-
a Python library to allow communication with NUT ([network UPS tools](http://www.networkupstools.org/))
5+
a Python library to allow communication with NUT ([Network UPS Tools](http://www.networkupstools.org/))
66
servers.
77

88
**Note**: This is an unofficial project, and is in no way supported or
99
endorsed by the [Network UPS Tools developers](https://github.com/networkupstools).
1010

1111
## Build Status
1212

13+
This repository uses [Travis](https://travis-ci.org/) and
14+
[Coveralls](https://coveralls.io/) to automate running unit tests and
15+
coverage reports, respectively. The tests currently run on Python 2.6
16+
through 3.4.
17+
1318
[![Build Status](https://travis-ci.org/george2/python-nut2.svg?branch=master)](https://travis-ci.org/george2/python-nut2)
1419
[![Coverage Status](https://coveralls.io/repos/george2/python-nut2/badge.png)](https://coveralls.io/r/george2/python-nut2)
1520

0 commit comments

Comments
 (0)