Skip to content
This repository was archived by the owner on Dec 8, 2023. It is now read-only.

Commit b0c3159

Browse files
committed
Add missing test matrix configuration.
1 parent 3d6cad0 commit b0c3159

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ cache: pip
44
install: pip install tox tox-travis
55
script: tox -v
66
python:
7+
- 3.5
8+
- 3.6
79
- 3.7
810
- 3.8
911
matrix:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py37,py38,flake8
2+
envlist = py35,py36,py37,py38,flake8
33

44
[testenv]
55
commands =

0 commit comments

Comments
 (0)