Skip to content

Commit

Permalink
Merge pull request #5215 from tacaswell/tst_drop_old_pythons
Browse files Browse the repository at this point in the history
TST: drop py2.6 & py3.3 testing
  • Loading branch information
jenshnielsen committed Oct 28, 2015
2 parents d0ca019 + 5beb7ab commit 84afab1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -34,13 +34,11 @@ language: python

matrix:
include:
- python: 2.6
env: NUMPY=numpy==1.6 MOCK=mock
- python: 2.7
env: MOCK=mock PANDAS=pandas
- python: 3.3
env: MOCK=mock NUMPY=numpy==1.6
- python: 3.4
- python: 3.5
env: PANDAS=pandas
- python: 2.7
env: TEST_ARGS=--pep8
- python: 2.7
Expand Down
5 changes: 4 additions & 1 deletion setup.py
Expand Up @@ -119,8 +119,11 @@
'Intended Audience :: Science/Research',
'License :: OSI Approved :: Python Software Foundation License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Topic :: Scientific/Engineering :: Visualization',
]

Expand Down

0 comments on commit 84afab1

Please sign in to comment.