Skip to content

Commit

Permalink
Merge pull request #21 from fchapoton/patch-1
Browse files Browse the repository at this point in the history
Update tox.ini
  • Loading branch information
vbraun authored Aug 22, 2022
2 parents cb591d4 + 443a64c commit 9c79fc1
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
[tox]
envlist = py27, py34, py35, py36, py37, py38
envlist = py35, py36, py37, py38, py39, py310

[testenv]
deps=notebook

[testenv:py27]
commands=python2.7 -m unittest discover

[testenv:py34]
commands=python3.4 -m unittest discover

[testenv:py35]
commands=python3.5 -m unittest discover

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

[testenv:py39]
commands=python3.9 -m unittest discover

[testenv:py310]
commands=python3.10 -m unittest discover

0 comments on commit 9c79fc1

Please sign in to comment.