Skip to content

Commit

Permalink
global: remove python 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
topless committed May 5, 2020
1 parent 7394381 commit e6c67e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ env:
- REQUIREMENTS=devel EXTRAS=all,postgresql SQLALCHEMY_DATABASE_URI="postgresql+psycopg2://postgres@localhost:5432/invenio"

python:
- "2.7"
- "3.5"
- "3.6"

matrix:
fast_finish: true
Expand Down Expand Up @@ -83,5 +82,4 @@ deploy:
distributions: "compile_catalog sdist bdist_wheel"
on:
tags: true
python: "3.5"
condition: $REQUIREMENTS = release
skip_existing: true
4 changes: 1 addition & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,8 @@
'Programming Language :: Python',
'Topic :: Internet :: WWW/HTTP :: Dynamic Content',
'Topic :: Software Development :: Libraries :: Python Modules',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: Implementation :: CPython',
'Development Status :: 5 - Production/Stable',
],
Expand Down

0 comments on commit e6c67e6

Please sign in to comment.