We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe11d55 commit a376e81Copy full SHA for a376e81
.github/workflows/ci.yml
@@ -26,16 +26,12 @@ jobs:
26
matrix:
27
os: [ubuntu-latest]
28
name:
29
- - Python 3.6 Tests
30
- Python 3.7 Tests
31
- Python 3.8 Tests
32
- Python 3.9 Tests
33
- Python 3.9 Tests Coverage
34
- Code Checks
35
include:
36
- - name: Python 3.6 Tests
37
- python: 3.6
38
- toxenv: py36-nocov
39
- name: Python 3.7 Tests
40
python: 3.7
41
toxenv: py37-nocov
@@ -51,7 +47,7 @@ jobs:
51
47
toxdir: cli
52
48
toxenv: py39-cov
53
49
- name: Code Checks
54
50
+ python: 3.7
55
56
toxenv: code-linters
57
tox.ini
@@ -1,6 +1,6 @@
1
[tox]
2
envlist =
3
- py{36,37,38}
+ py{37,38}
4
code-linters
5
6
# Default testenv. Used to run tests on all python versions.
0 commit comments