File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed 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 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
You can’t perform that action at this time.
0 commit comments