Skip to content

Commit

Permalink
global: update supported Python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
slint committed Apr 17, 2020
1 parent f22ffd7 commit c58294d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,12 @@ env:
- REQUIREMENTS=devel

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

before_install:
- "nvm install 6; nvm use 6"
- "nvm install 10; nvm use 10"
- "npm install -g webpack"
- "npm install -g webpack-cli"
- "travis_retry pip install --upgrade pip setuptools py"
Expand All @@ -55,6 +56,6 @@ deploy:
distributions: "sdist bdist_wheel"
on:
tags: true
python: "2.7"
repo: inveniosoftware/pywebpack
condition: $DEPLOY = true
skip_existing: true
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,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',
'Development Status :: 5 - Production/Stable',
],
)

0 comments on commit c58294d

Please sign in to comment.