Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 84afab1

Browse files
committed
Merge pull request #5215 from tacaswell/tst_drop_old_pythons
TST: drop py2.6 & py3.3 testing
2 parents d0ca019 + 5beb7ab commit 84afab1

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,11 @@ language: python
3434

3535
matrix:
3636
include:
37-
- python: 2.6
38-
env: NUMPY=numpy==1.6 MOCK=mock
3937
- python: 2.7
40-
env: MOCK=mock PANDAS=pandas
41-
- python: 3.3
38+
env: MOCK=mock NUMPY=numpy==1.6
4239
- python: 3.4
4340
- python: 3.5
41+
env: PANDAS=pandas
4442
- python: 2.7
4543
env: TEST_ARGS=--pep8
4644
- python: 2.7

setup.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,11 @@
119119
'Intended Audience :: Science/Research',
120120
'License :: OSI Approved :: Python Software Foundation License',
121121
'Programming Language :: Python',
122-
'Programming Language :: Python :: 2',
122+
'Programming Language :: Python :: 2.7',
123123
'Programming Language :: Python :: 3',
124+
'Programming Language :: Python :: 3.3',
125+
'Programming Language :: Python :: 3.4',
126+
'Programming Language :: Python :: 3.5',
124127
'Topic :: Scientific/Engineering :: Visualization',
125128
]
126129

0 commit comments

Comments
 (0)