[testing] travis

This commit is contained in:
mzwiessele 2015-10-11 09:33:56 +01:00
commit 00e1125d4b
7 changed files with 38 additions and 17 deletions

View file

@ -145,7 +145,10 @@ setup(name = 'GPy',
'Operating System :: Microsoft :: Windows',
'Operating System :: POSIX :: Linux',
'Programming Language :: Python :: 2.7',
'Topic :: Scientific/Engineering :: Artificial Intelligence']
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
]
)