Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit 2f4e3ea

Browse files
authored
Keep tox configuration DRY
1 parent c8c8879 commit 2f4e3ea

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

tox.ini

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,13 @@
11
[tox]
2-
envlist = py26, py27, py31, py32, py33, py34
2+
envlist = py26, py27, py31, py32, py33, py34, py35, py36
3+
4+
[testenv]
5+
commands = python -m unittest discover
36

47
[testenv:py26]
58
commands = python -m discover
69
deps = discover
710

8-
[testenv:py27]
9-
commands = python -m unittest discover
10-
1111
[testenv:py31]
1212
commands = python -m discover
1313
deps = discover
14-
15-
[testenv:py32]
16-
commands = python -m unittest discover
17-
18-
[testenv:py33]
19-
commands = python -m unittest discover
20-
21-
[testenv:py34]
22-
commands = python -m unittest discover

0 commit comments

Comments
 (0)