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

Skip to content

Commit 254e169

Browse files
committed
TST: drop py2.6 & py3.3 testing
As discussed on the mailing list, going forward we will be dropping support for python 2.6 and python 3.3. This allows mpl to use ordered dicts and is required for in-progress traitlet/serialization work. - moved minimum support numpy test to 2.7 - moved pandas optional test dep to 3.5 http://matplotlib.1069221.n5.nabble.com/Matplotlib-devel-supported-python-versions-tt46154.html
1 parent 4c5d808 commit 254e169

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
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

0 commit comments

Comments
 (0)