Skip to content

Commit b379694

Browse files
committed
Update travis CI python versions
1 parent 3e0ada8 commit b379694

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@ matrix:
66
- python: "3.6"
77
env: TOXENV=py36-pytest
88
- python: "3.7"
9-
env: TOXENV=py37-pytest-coverage
9+
env: TOXENV=py37-pytest
1010
- python: "3.8"
1111
env: TOXENV=py38-pytest
12-
- python: "3.7"
12+
- python: "3.9"
13+
env: TOXENV=py39-pytest
14+
- python: "3.10"
15+
env: TOXENV=py310-pytest-coverage
16+
- python: "3.10"
1317
env: TOXENV=flake8
14-
- python: "3.7"
18+
- python: "3.10"
1519
env: TOXENV=docs
1620

1721
install:

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py{36,37,38}-pytest-coverage, docs, flake8
2+
envlist = py{36,37,38,39,310}-pytest-coverage, docs, flake8
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)