Remove Python 3.6 from test matrix
Travis seems to struggle with installation
This commit is contained in:
parent
4bb2338e13
commit
a075ff7708
@ -1,7 +1,6 @@
|
|||||||
---
|
---
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- '3.6'
|
|
||||||
- '3.5'
|
- '3.5'
|
||||||
- '3.4'
|
- '3.4'
|
||||||
- '3.3'
|
- '3.3'
|
||||||
|
|||||||
1
setup.py
1
setup.py
@ -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',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user