File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,13 +34,11 @@ language: python
3434
3535matrix :
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments