Home | History | Annotate | Download | only in Paste
      1 [tox]
      2 envlist = py26,py27,py34
      3 
      4 [testenv]
      5 deps=
      6     nose
      7 commands=
      8     nosetests
      9 
     10