Преглед изворни кода

Added tox.ini. To run tests on 2.5+2.6+2.7 do:

    pip install tox
    tox
Ask Solem пре 15 година
родитељ
комит
812ca75839
1 измењених фајлова са 5 додато и 0 уклоњено
  1. 5 0
      tox.ini

+ 5 - 0
tox.ini

@@ -0,0 +1,5 @@
+[tox]
+envlist = py26,py27
+[testenv]
+commands=nosetests
+