1 new commit in pytest: https://bitbucket.org/hpk42/pytest/commits/8e65b5b17d12/ Changeset: 8e65b5b17d12 User: hpk42 Date: 2013-10-24 15:08:50 Summary: change metadata Affected #: 2 files
diff -r d22d342efe52cb03a7d2bbeea8554af122406bce -r 8e65b5b17d12942193881ddcb9a244bc470a6fff README.rst --- a/README.rst +++ b/README.rst @@ -1,6 +1,10 @@ + +Documentation: http://pytest.org/latest/ Changelog: http://pytest.org/latest/changelog.html +Issues: https://bitbucket.org/hpk42/pytest/issues?status=open + The ``py.test`` testing tool makes it easy to write small tests, yet scales to support complex functional testing. It provides diff -r d22d342efe52cb03a7d2bbeea8554af122406bce -r 8e65b5b17d12942193881ddcb9a244bc470a6fff setup.py --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ 'Programming Language :: Python :: 2', 'Programming Language :: Python :: 3'] + [ ("Programming Language :: Python :: %s" % x) for x in - "2.4 2.5 2.6 2.7 3.0 3.1 3.2 3.3".split()] + "2.5 2.6 2.7 3.0 3.1 3.2 3.3".split()] long_description = open("README.rst").read() def main(): Repository URL: https://bitbucket.org/hpk42/pytest/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. _______________________________________________ pytest-commit mailing list pytest-commit@python.org https://mail.python.org/mailman/listinfo/pytest-commit