Skip to content

Commit 6c22b29

Browse files
committed
Drop support for Python 2.6. Python 2.7 brings argparse and some useful
testing functions http://stackoverflow.com/questions/17585207/python-unittest-assetraises. Both debian stable and ubuntu LST come with Python 2.7.
1 parent 732cef3 commit 6c22b29

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ cache:
22
- apt
33
language: python
44
python:
5-
- 2.6
65
- 2.7
76
env:
87
- INSTALL_DEB_DEPENDECIES=true

CHANGES

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
Next release
22
============
33

4+
* ENH: Dropped support for now 7 years old Python 2.6
45
* FIX: Fixed Camino output naming (https://github.com/nipy/nipype/pull/1061)
56
* ENH: Add the average distance to ErrorMap (https://github.com/nipy/nipype/pull/1039)
67
* ENH: Inputs with name_source can be now chained in cascade (https://github.com/nipy/nipype/pull/938)

doc/users/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ recommendations.
107107
Must Have
108108
~~~~~~~~~
109109

110-
Python_ 2.6 - 2.7
110+
Python_ 2.7
111111

112112
Nibabel_ 1.0 - 1.4
113113
Neuroimaging file i/o library

0 commit comments

Comments
 (0)