1 new commit in tox: https://bitbucket.org/hpk42/tox/commits/e8d513cba7d9/ Changeset: e8d513cba7d9 User: hpk42 Date: 2014-03-24 13:27:39 Summary: fix issue162: don't list python 2.5 as compatibiliy/supported Affected #: 4 files
diff -r 7cbeabe4449346ec7273bd3aa760a278ad3c941c -r e8d513cba7d9b36dba0b5995829a23c8a1c1bdb3 CHANGELOG --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +XXX +--------- + +- fix issue162: don't list python 2.5 as compatibiliy/supported + 1.7.0 --------- diff -r 7cbeabe4449346ec7273bd3aa760a278ad3c941c -r e8d513cba7d9b36dba0b5995829a23c8a1c1bdb3 doc/config.txt --- a/doc/config.txt +++ b/doc/config.txt @@ -97,14 +97,6 @@ pip install --pre {opts} {packages} - **default on environments using python2.5**:: - - pip install {opts} {packages}`` - - this will use pip<1.4 which has no ``--pre`` option. Note also - that for python2.5 support you may need to install ssl and/or - use ``setenv = PIP_INSECURE=1`` in a py25 based testenv. - .. confval:: whitelist_externals=MULTI-LINE-LIST each line specifies a command name (in glob-style pattern format) diff -r 7cbeabe4449346ec7273bd3aa760a278ad3c941c -r e8d513cba7d9b36dba0b5995829a23c8a1c1bdb3 doc/index.txt --- a/doc/index.txt +++ b/doc/index.txt @@ -68,9 +68,8 @@ support for configuring the installer command through :confval:`install_command=ARGV`. -* **cross-Python compatible**: Python-2.5 up to Python-3.3, - Jython and pypy_ support. Python-2.5 is supported through - a vendored ``virtualenv-1.9.1`` script. +* **cross-Python compatible**: Python-2.6 up to Python-3.3, + Jython and pypy_ support. * **cross-platform**: Windows and Unix style environments diff -r 7cbeabe4449346ec7273bd3aa760a278ad3c941c -r e8d513cba7d9b36dba0b5995829a23c8a1c1bdb3 doc/install.txt --- a/doc/install.txt +++ b/doc/install.txt @@ -4,7 +4,7 @@ Install info in a nutshell ---------------------------------- -**Pythons**: CPython 2.4-3.3, Jython-2.5.1, pypy-1.9ff +**Pythons**: CPython 2.6-3.3, Jython-2.5.1, pypy-1.9ff **Operating systems**: Linux, Windows, OSX, Unix Repository URL: https://bitbucket.org/hpk42/tox/ -- 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