File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change 8
8
- osx
9
9
10
10
env :
11
- - MYUSEMC=true MYPYTHON_VERSION=2.6
12
11
- MYUSEMC=true MYPYTHON_VERSION=2.7
13
12
- MYUSEMC=false
14
13
@@ -92,7 +91,4 @@ script:
92
91
93
92
after_success :
94
93
- pip install $MYPIPFLAGS codecov
95
- - $NOMC || if [[ "${MYPYTHON_VERSION}" == 2.6 ]]; then
96
- conda install --yes argparse;
97
- fi
98
94
- codecov
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ http://diffpy.github.io/diffpy.utils.
23
23
REQUIREMENTS
24
24
------------------------------------------------------------------------
25
25
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:
27
27
28
28
* ``setuptools `` - tools for installing Python packages
29
29
* ``NumPy `` - library for scientific computing with Python
Original file line number Diff line number Diff line change @@ -97,7 +97,6 @@ def getversioncfg():
97
97
'Operating System :: Microsoft :: Windows' ,
98
98
'Operating System :: POSIX' ,
99
99
'Operating System :: Unix' ,
100
- 'Programming Language :: Python :: 2.6' ,
101
100
'Programming Language :: Python :: 2.7' ,
102
101
'Topic :: Scientific/Engineering :: Physics' ,
103
102
],
You can’t perform that action at this time.
0 commit comments