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

Skip to content

Commit 1b243ed

Browse files
jenshnielsenmdboom
authored andcommitted
Merge pull request #5215 from tacaswell/tst_drop_old_pythons
TST: drop py2.6 & py3.3 testing
1 parent a64e2a0 commit 1b243ed

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
@@ -121,8 +121,11 @@
121121
'Intended Audience :: Science/Research',
122122
'License :: OSI Approved :: Python Software Foundation License',
123123
'Programming Language :: Python',
124-
'Programming Language :: Python :: 2',
124+
'Programming Language :: Python :: 2.7',
125125
'Programming Language :: Python :: 3',
126+
'Programming Language :: Python :: 3.3',
127+
'Programming Language :: Python :: 3.4',
128+
'Programming Language :: Python :: 3.5',
126129
'Topic :: Scientific/Engineering :: Visualization',
127130
]
128131

0 commit comments

Comments
 (0)