Skip to content

Commit 1cdc0f3

Browse files
authored
tox.ini: Add py38
1 parent a37f269 commit 1cdc0f3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
skipsdist = True
33
envlist = py35,
44
py36,
5-
py37
5+
py37,
6+
py38
67
skip_missing_interpreters = true
78

89
[testenv]
@@ -11,4 +12,4 @@ deps =
1112
nbval
1213
jupyter
1314
commands =
14-
pytest --nbval notebooks
15+
pytest --nbval notebooks

0 commit comments

Comments
 (0)