Skip to content

Commit

Permalink
global: removed python 2
Browse files Browse the repository at this point in the history
  • Loading branch information
topless committed May 5, 2020
1 parent 7d704f7 commit 5558fd8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -23,8 +23,9 @@ env:
- REQUIREMENTS=devel

python:
- "2.7"
- "3.5"
- "3.6"
- "3.7"
- "3.8"

matrix:
fast_finish: true
Expand Down Expand Up @@ -56,5 +57,4 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
condition: $REQUIREMENTS = release
skip_existing: true
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -80,10 +80,10 @@
'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 :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: Implementation :: CPython',
'Development Status :: 5 - Production/Stable',
],
Expand Down

0 comments on commit 5558fd8

Please sign in to comment.