##// END OF EJS Templates
add tox config
marcink -
r2546:249976a5 beta
parent child Browse files
Show More
@@ -0,0 +1,14 b''
1 [tox]
2 envlist = py25,py26,py27
3
4 [testenv:py25]
5 commands =
6 nosetests
7
8 [testenv:py26]
9 commands =
10 nosetests
11
12 [testenv:py27]
13 commands =
14 nosetests
General Comments 0
You need to be logged in to leave comments. Login now