mirror of
https://github.com/TECHNOFAB11/bumpver.git
synced 2025-12-16 00:03:51 +01:00
enable older versionts in travis
This commit is contained in:
parent
7f078a9dac
commit
9f54bd56cb
2 changed files with 3 additions and 5 deletions
|
|
@ -7,9 +7,8 @@ cache: pip
|
||||||
|
|
||||||
python:
|
python:
|
||||||
- "3.7"
|
- "3.7"
|
||||||
# - "3.6"
|
- "3.6"
|
||||||
# - "3.5"
|
- "3.5"
|
||||||
# - "3.4" # not available for xenial
|
|
||||||
- "2.7"
|
- "2.7"
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
|
|
|
||||||
1
setup.py
1
setup.py
|
|
@ -68,7 +68,6 @@ setuptools.setup(
|
||||||
"Operating System :: MacOS :: MacOS X",
|
"Operating System :: MacOS :: MacOS X",
|
||||||
"Programming Language :: Python",
|
"Programming Language :: Python",
|
||||||
"Programming Language :: Python :: 2.7",
|
"Programming Language :: Python :: 2.7",
|
||||||
"Programming Language :: Python :: 3.4",
|
|
||||||
"Programming Language :: Python :: 3.5",
|
"Programming Language :: Python :: 3.5",
|
||||||
"Programming Language :: Python :: 3.6",
|
"Programming Language :: Python :: 3.6",
|
||||||
"Programming Language :: Python :: 3.7",
|
"Programming Language :: Python :: 3.7",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue