Skip to content

Commit d94e603

Browse files
committed
Add unit tests to tox.
1 parent ce4db11 commit d94e603

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tox.ini

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py27-lint,py26-lint
2+
envlist = py27-lint,py26-lint,py27-unit,py26-unit
33
skipsdist = True
44

55
[testenv:py27-lint]
@@ -12,3 +12,8 @@ commands = flake8 schema_salad
1212
whitelist_externals = flake8
1313
deps = flake8
1414

15+
[testenv:py27-unit]
16+
commands = python setup.py test
17+
18+
[testenv:py26-unit]
19+
commands = python setup.py test

0 commit comments

Comments
 (0)