Skip to content
Snippets Groups Projects
Commit 4c30112f authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

Merge branch 'master' of https://github.com/Dronehub/minijson

parents 5b3eb432 50905a3e
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,14 @@ jobs: ...@@ -17,6 +17,14 @@ jobs:
python: "3.8" python: "3.8"
script: script:
- pytest --cov=./ --cov-report=xml - pytest --cov=./ --cov-report=xml
- stage: test
python: "pypy3.5"
script:
- pytest --cov=./ --cov-report=xml
- stage: test
python: "3.5"
script:
- pytest --cov=./ --cov-report=xml
- stage: test - stage: test
python: "3.6" python: "3.6"
script: script:
......
...@@ -17,11 +17,13 @@ project-urls = ...@@ -17,11 +17,13 @@ project-urls =
classifier = classifier =
Development Status :: 4 - Beta Development Status :: 4 - Beta
Programming Language :: Python Programming Language :: Python
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
Programming Language :: Python :: 3.8 Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9 Programming Language :: Python :: 3.9
Programming Language :: Python :: Implementation :: CPython Programming Language :: Python :: Implementation :: CPython
Programming Language :: Python :: Implementation :: PyPy
Operating System :: OS Independent Operating System :: OS Independent
License :: OSI Approved :: MIT License License :: OSI Approved :: MIT License
Topic :: Software Development :: Libraries Topic :: Software Development :: Libraries
...@@ -36,4 +38,4 @@ max-line-length = 100 ...@@ -36,4 +38,4 @@ max-line-length = 100
universal = 0 universal = 0
[options] [options]
python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.* python_requires = !=2.7.*,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment