Skip to content

Commit 1fffa8c

Browse files
switch default build to 3.8 #nolog
1 parent 1fbf959 commit 1fffa8c

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tox.ini

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist=flake8,py35,py36,py37,pypy3,docs
2+
envlist=flake8,py35,py36,py37,py38,pypy3,docs
33
skip_missing_interpreters=True
44

55
[testenv]
@@ -10,13 +10,14 @@ deps=
1010
pytest-cov
1111
mock
1212
basepython =
13-
flake8: python3.7
13+
flake8: python3.8
1414
py35: python3.5
1515
py36: python3.6
1616
py37: python3.7
17+
py38: python3.8
1718
pypy3: pypy3
18-
docs: python3.7
19-
coverage: python3.7
19+
docs: python3.8
20+
coverage: python3.8
2021

2122
[testenv:flake8]
2223
deps=

0 commit comments

Comments
 (0)