Steve Piercy
2016-04-15 25b4c18eed04f1c41e96d4bfbdc6131b68683a05
Merge pull request #2499 from stevepiercy/master

remove 2.6 and 3.2, minor cleanup
1 files modified
8 ■■■■ changed files
RELEASING.txt 8 ●●●● patch | view | raw | blame | history
RELEASING.txt
@@ -15,8 +15,8 @@
- Run tests on Windows if feasible.
- Make sure all scaffold tests pass (Py 2.6, 2.7, 3.2, 3.3, 3.4, 3.5, pypy, and
  pypy3 on UNIX; this doesn't work on Windows):
- Make sure all scaffold tests pass (Py 2.7, 3.3, 3.4, 3.5, pypy, and pypy3 on
  UNIX; this doesn't work on Windows):
  $ ./scaffoldtests.sh
@@ -26,7 +26,7 @@
- Copy relevant changes (delta bug fixes) from CHANGES.txt to
  docs/whatsnew-X.X (if it's a major release).  Minor releases should
  include a link under "Bug Fix Releases" to the minor feature
  changes in CHANGES.txt .
  changes in CHANGES.txt.
- Update README.rst to use correct versions of badges and URLs according to
  each branch and context, i.e., RTD "latest" == GitHub/Travis "1.x-branch".
@@ -52,7 +52,7 @@
- Create a release tag.
- Make sure your Python has ``setuptools-git``, ``twine`` and ``wheel``
- Make sure your Python has ``setuptools-git``, ``twine``, and ``wheel``
  installed and release to PyPI::
  $ python setup.py sdist bdist_wheel