Remove Python 3.6 from test matrix

Travis seems to struggle with installation
This commit is contained in:
Stefan Wehrmeyer 2016-10-15 23:20:05 +02:00
parent 4bb2338e13
commit a075ff7708
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -21,7 +21,6 @@ setup(
'Programming Language :: Python :: 3.3' 'Programming Language :: Python :: 3.3'
'Programming Language :: Python :: 3.4' 'Programming Language :: Python :: 3.4'
'Programming Language :: Python :: 3.5' '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',