Skip to content

Commit 9c79fc1

Browse files
authored
Merge pull request #21 from fchapoton/patch-1
Update tox.ini
2 parents cb591d4 + 443a64c commit 9c79fc1

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

tox.ini

+6-7
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,9 @@
11
[tox]
2-
envlist = py27, py34, py35, py36, py37, py38
2+
envlist = py35, py36, py37, py38, py39, py310
33

44
[testenv]
55
deps=notebook
66

7-
[testenv:py27]
8-
commands=python2.7 -m unittest discover
9-
10-
[testenv:py34]
11-
commands=python3.4 -m unittest discover
12-
137
[testenv:py35]
148
commands=python3.5 -m unittest discover
159

@@ -22,3 +16,8 @@ commands=python3.7 -m unittest discover
2216
[testenv:py38]
2317
commands=python3.8 -m unittest discover
2418

19+
[testenv:py39]
20+
commands=python3.9 -m unittest discover
21+
22+
[testenv:py310]
23+
commands=python3.10 -m unittest discover

0 commit comments

Comments
 (0)