diff options
| author | Robert Collins <robertc@robertcollins.net> | 2016-04-18 14:59:43 +1200 |
|---|---|---|
| committer | Robert Collins <robertc@robertcollins.net> | 2016-04-18 15:00:34 +1200 |
| commit | 1f1b6e69ac320a423b4e4e67932ece98629042c8 (patch) | |
| tree | 149c5e1fc5f02f513a8319acf307f7d102bae0b3 | |
| parent | 5b9547f5a8fec931894dee826c21f3ac888ad701 (diff) | |
| download | testresources-git-1f1b6e69ac320a423b4e4e67932ece98629042c8.tar.gz | |
README -> README.rst
| -rw-r--r-- | .travis.yml | 2 | ||||
| -rw-r--r-- | README.rst (renamed from README) | 0 | ||||
| -rw-r--r-- | setup.cfg | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 83d28d9..5647d8e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,4 +17,4 @@ install: script: - python -m testtools.run discover - - rst2html.py --strict README README.html + - rst2html.py --strict README.rst README.html @@ -4,7 +4,7 @@ author = Testresources developers author_email = https://launchpad.net/~testresources-developers home-page = https://launchpad.net/testresources summary = Testresources, a pyunit extension for managing expensive test resources -description-file = README +description-file = README.rst keyword = unittest, testing, fixtures classifiers = Development Status :: 6 - Mature |
