Skip to content

Commit 3508558

Browse files
committed
Disclaim compatibility with Python 2.6.
Also stop running travis tests for Python 2.6.
1 parent ad4bb6d commit 3508558

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ os:
88
- osx
99

1010
env:
11-
- MYUSEMC=true MYPYTHON_VERSION=2.6
1211
- MYUSEMC=true MYPYTHON_VERSION=2.7
1312
- MYUSEMC=false
1413

@@ -92,7 +91,4 @@ script:
9291

9392
after_success:
9493
- pip install $MYPIPFLAGS codecov
95-
- $NOMC || if [[ "${MYPYTHON_VERSION}" == 2.6 ]]; then
96-
conda install --yes argparse;
97-
fi
9894
- codecov

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ http://diffpy.github.io/diffpy.utils.
2323
REQUIREMENTS
2424
------------------------------------------------------------------------
2525

26-
The diffpy.utils package requires Python 2.6 or 2.7 and the following software:
26+
The diffpy.utils package requires Python 2.7 and the following software:
2727

2828
* ``setuptools`` - tools for installing Python packages
2929
* ``NumPy`` - library for scientific computing with Python

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ def getversioncfg():
9797
'Operating System :: Microsoft :: Windows',
9898
'Operating System :: POSIX',
9999
'Operating System :: Unix',
100-
'Programming Language :: Python :: 2.6',
101100
'Programming Language :: Python :: 2.7',
102101
'Topic :: Scientific/Engineering :: Physics',
103102
],

0 commit comments

Comments
 (0)