File tree 2 files changed +6
-5
lines changed
2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -34,13 +34,11 @@ language: python
34
34
35
35
matrix :
36
36
include :
37
- - python : 2.6
38
- env : NUMPY=numpy==1.6 MOCK=mock
39
37
- python : 2.7
40
- env : MOCK=mock PANDAS=pandas
41
- - python : 3.3
38
+ env : MOCK=mock NUMPY=numpy==1.6
42
39
- python : 3.4
43
40
- python : 3.5
41
+ env : PANDAS=pandas
44
42
- python : 2.7
45
43
env : TEST_ARGS=--pep8
46
44
- python : 2.7
Original file line number Diff line number Diff line change 119
119
'Intended Audience :: Science/Research' ,
120
120
'License :: OSI Approved :: Python Software Foundation License' ,
121
121
'Programming Language :: Python' ,
122
- 'Programming Language :: Python :: 2' ,
122
+ 'Programming Language :: Python :: 2.7 ' ,
123
123
'Programming Language :: Python :: 3' ,
124
+ 'Programming Language :: Python :: 3.3' ,
125
+ 'Programming Language :: Python :: 3.4' ,
126
+ 'Programming Language :: Python :: 3.5' ,
124
127
'Topic :: Scientific/Engineering :: Visualization' ,
125
128
]
126
129
You can’t perform that action at this time.
0 commit comments