Add Python 3.5, 3.6 to setup.py and travis

This commit is contained in:
Stefan Wehrmeyer 2016-10-15 23:16:24 +02:00
parent 797de5136b
commit 4bb2338e13
2 changed files with 5 additions and 0 deletions

View File

@ -1,6 +1,8 @@
--- ---
language: python language: python
python: python:
- '3.6'
- '3.5'
- '3.4' - '3.4'
- '3.3' - '3.3'
- '2.7' - '2.7'

View File

@ -19,6 +19,9 @@ setup(
'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3' 'Programming Language :: Python :: 3.3'
'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: 3.5'
'Programming Language :: Python :: 3.6'
], ],
keywords='sql sqlalchemy etl loading utility', keywords='sql sqlalchemy etl loading utility',
author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer', author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer',