Skip to content

Commit

Permalink
Remove Python 3.6 from test matrix
Browse files Browse the repository at this point in the history
Travis seems to struggle with installation
  • Loading branch information
stefanw committed Oct 15, 2016
1 parent 4bb2338 commit a075ff7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
language: python
python:
- '3.6'
- '3.5'
- '3.4'
- '3.3'
Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
'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',
author='Friedrich Lindenberg, Gregor Aisch, Stefan Wehrmeyer',
Expand Down

0 comments on commit a075ff7

Please sign in to comment.