mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-06 12:54:29 +08:00
Add Python 3.7 stable to test matrix and update classifiers
This commit is contained in:
committed by
Dave Halter
parent
96f1582b6e
commit
3be8ac7786
@@ -6,14 +6,14 @@ python:
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7-dev
|
||||
- pypy
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: TOXENV=cov
|
||||
include:
|
||||
- { python: "3.7", dist: xenial, sudo: true }
|
||||
- python: 3.5
|
||||
env: TOXENV=cov
|
||||
allow_failures:
|
||||
- env: TOXENV=cov
|
||||
install:
|
||||
- pip install --quiet tox-travis
|
||||
script:
|
||||
|
||||
2
setup.py
2
setup.py
@@ -40,6 +40,8 @@ setup(name='parso',
|
||||
'Programming Language :: Python :: 3.3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||
'Topic :: Text Editors :: Integrated Development Environments (IDE)',
|
||||
'Topic :: Utilities',
|
||||
|
||||
Reference in New Issue
Block a user