File tree 3 files changed +23
-1
lines changed
3 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,14 @@ matrix:
36
36
- NUMBA=0.15
37
37
- MATPLOTLIB=1.4
38
38
- COVERAGE=false
39
+ - python : 2.7
40
+ env :
41
+ - PYTHON=3.4
42
+ - NUMPY=1.9
43
+ - SCIPY=0.14
44
+ - NUMBA=0.16
45
+ - MATPLOTLIB=1.4
46
+ - COVERAGE=false
39
47
40
48
notifications :
41
49
email :
Original file line number Diff line number Diff line change 1
- 2.0
1
+ 2.1
Original file line number Diff line number Diff line change @@ -194,5 +194,19 @@ def strip_rc(version):
194
194
zip_safe = False ,
195
195
include_package_data = True ,
196
196
distclass = BinaryDistribution ,
197
+ classifiers = [
198
+ 'Development Status :: 4 - Beta' ,
199
+ 'Intended Audience :: End Users/Desktop' ,
200
+ 'Programming Language :: Python :: 2.7' ,
201
+ 'Programming Language :: Python :: 3.3' ,
202
+ 'Programming Language :: Python :: 3.4' ,
203
+ 'License :: OSI Approved' ,
204
+ 'Operating System :: MacOS :: MacOS X' ,
205
+ 'Operating System :: Microsoft :: Windows' ,
206
+ 'Operating System :: POSIX' ,
207
+ 'Programming Language :: Python' ,
208
+ 'Programming Language :: Cython' ,
209
+ 'Topic :: Scientific/Engineering' ,
210
+ ],
197
211
install_requires = [key + '>=' + REQUIREMENTS [key ] for key in REQUIREMENTS ]
198
212
)
You can’t perform that action at this time.
0 commit comments