Skip to content

Commit 11a3998

Browse files
committed
tox. rename run_tests to run-tests.py
1 parent 9ade0cc commit 11a3998

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed
File renamed without changes.

tox.ini

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[tox]
2+
envlist = py26, py27, py33
3+
4+
[testenv]
5+
commands = python run-tests.py []
6+
7+
[testenv:py26]
8+
deps=
9+
unittest2

0 commit comments

Comments
 (0)