8000 Add TODO to README and Python version compatibility · netzulo/python-io-chunks@b100314 · GitHub
[go: up one dir, main page]

Skip to content

Commit b100314

Browse files
committed
Add TODO to README and Python version compatibility
1 parent 37c7576 commit b100314

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,25 @@
22

33
Extra utilites to complement the Python io module.
44

5-
## Getting started
6-
7-
### Installing
5+
## Installing
86

97
```
108
pip install io-extra
119
```
1210

11+
## Python version
12+
13+
Tested in Python 3.5.
14+
1315
## Running the tests
1416

1517
Run the tests with `nose`:
1618

1719
```
1820
nosetests
1921
```
22+
23+
## TODO
24+
25+
* Automated testing in Python 2.7 and 3.x
26+
* Write doc for readthedocs.org

TODO

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
0