File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 9
9
- uses : actions/setup-python@v1
10
10
with :
11
11
python-version : " 3.x"
12
- - uses : actions/checkout@v1
12
+ - uses : actions/checkout@v2
13
13
- name : Lint with flake8
14
14
run : |
15
- pip install --upgrade pip
16
15
pip install flake8
17
16
flake8 .
18
17
- name : Lint with black
@@ -22,16 +21,18 @@ jobs:
22
21
23
22
build :
24
23
runs-on : ubuntu-latest
24
+ strategy :
25
+ matrix :
26
+ python-version : [3.6, 3.7, 3.8]
25
27
steps :
26
28
- uses : actions/setup-python@v1
27
29
with :
28
30
python-version : " 3.x"
29
- - uses : actions/checkout@v1
31
+ - uses : actions/checkout@v2
30
32
- name : Install dependencies
31
33
run : sudo apt-get install -y texlive-latex-base texlive-latex-extra context python3-tk
32
34
- name : Install package
33
35
run : |
34
- pip install --upgrade pip
35
36
pip install .
36
37
- name : Extract tests from README
37
38
run : |
Original file line number Diff line number Diff line change 7
7
[ ![ Code style: black] ( https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square )] ( https://github.com/psf/black )
8
8
[ ![ Documentation Status] ( https://readthedocs.org/projects/tikzplotlib/badge/?version=latest&style=flat-square )] ( https://readthedocs.org/projects/tikzplotlib/?badge=latest )
9
9
[ ![ awesome] ( https://img.shields.io/badge/awesome-yes-brightgreen.svg?style=flat-square )] ( https://github.com/nschloe/tikzplotlib )
10
+ [ ![ PyPI pyversions] ( https://img.shields.io/pypi/pyversions/tikzplotlib.svg?style=flat-square )] ( https://pypi.org/pypi/tikzplotlib/ )
10
11
[ ![ PyPi Version] ( https://img.shields.io/pypi/v/tikzplotlib.svg?style=flat-square )] ( https://pypi.org/project/tikzplotlib )
11
12
[ ![ DOI] ( https://zenodo.org/badge/DOI/10.5281/zenodo.1173089.svg?style=flat-square )] ( https://doi.org/10.5281/zenodo.1173089 )
12
13
[ ![ GitHub stars] ( https://img.shields.io/github/stars/nschloe/tikzplotlib.svg?style=flat-square&logo=github&label=Stars&logoColor=white )] ( https://github.com/nschloe/tikzplotlib )
Original file line number Diff line number Diff line change 26
26
about ["__status__" ],
27
27
about ["__license__" ],
28
28
"Operating System :: OS Independent" ,
29
- "Programming Language :: Python" ,
30
29
"Programming Language :: Python :: 3" ,
30
+ "Programming Language :: Python :: 3.6" ,
31
+ "Programming Language :: Python :: 3.7" ,
32
+ "Programming Language :: Python :: 3.8" ,
31
33
"Topic :: Multimedia :: Graphics :: Graphics Conversion" ,
32
34
"Topic :: Scientific/Engineering :: Visualization" ,
33
35
],
You can’t perform that action at this time.
0 commit comments