Skip to content

Commit f432f38

Browse files
committed
Merge branch 'master' of github.com:PyFilesystem/pyfilesystem2
2 parents 75ce317 + ca5cb9e commit f432f38

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

docs/source/introduction.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,4 @@ Or to upgrade to the most recent version::
2121
pip install fs --upgrade
2222

2323
Alternatively, if you would like to install from source, you can check
24-
out [the code from
25-
Github](https://github.com/PyFilesystem/pyfilesystem2).
24+
out `the code from Github <https://github.com/PyFilesystem/pyfilesystem2>`_.

readme.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ PyFilesystem2
33

44
Python's Filesystem abstraction layer.
55

6-
[![PyPI version](https://badge.fury.io/py/fs.svg)](https://badge.fury.io/py/fs) [![PyPI](https://img.shields.io/pypi/pyversions/fs.svg)]() ![tests](https://travis-ci.org/PyFilesystem/pyfilesystem2.svg?branch=master) [![Coverage Status](https://coveralls.io/repos/github/PyFilesystem/pyfilesystem2/badge.svg)](https://coveralls.io/github/PyFilesystem/pyfilesystem2) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/30ad6445427349218425d93886ade9ee)](https://www.codacy.com/app/will-mcgugan/pyfilesystem2?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PyFilesystem/pyfilesystem2&amp;utm_campaign=Badge_Grade)
6+
[![PyPI version](https://badge.fury.io/py/fs.svg)](https://badge.fury.io/py/fs)
7+
[![PyPI](https://img.shields.io/pypi/pyversions/fs.svg)](https://pypi.python.org/pypi/fs/)
8+
[![Build Status](https://travis-ci.org/PyFilesystem/pyfilesystem2.svg?branch=master)](https://travis-ci.org/PyFilesystem/pyfilesystem2)
9+
[![Coverage Status](https://coveralls.io/repos/github/PyFilesystem/pyfilesystem2/badge.svg)](https://coveralls.io/github/PyFilesystem/pyfilesystem2)
10+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/30ad6445427349218425d93886ade9ee)](https://www.codacy.com/app/will-mcgugan/pyfilesystem2?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=PyFilesystem/pyfilesystem2&amp;utm_campaign=Badge_Grade)
711

812

913
Documentation
@@ -86,7 +90,7 @@ directory walking functionality of `os.walk`.
8690
Credits
8791
-------
8892

89-
* [Will McGugan](https://www.willmcgugan.com)
93+
* [Will McGugan](https://github.com/willmcgugan)
9094

9195
PyFilesystem2 owes a massive debt of gratitude to the following
9296
developers who contributed code and ideas to the original version.
@@ -96,4 +100,4 @@ developers who contributed code and ideas to the original version.
96100
* Ben Timby
97101

98102
Apologies if I missed anyone, feel free to prompt me if your name is
99-
missing here.
103+
missing here.

testrequirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ mock
44
pyftpdlib==1.5.1
55
python-coveralls
66
pytz==2016.7
7-
7+
nose

0 commit comments

Comments
 (0)