script/lib/tweetstream/tox.ini
changeset 14 10e7a0c7c64f
equal deleted inserted replaced
13:79b6e132e3d7 14:10e7a0c7c64f
       
     1 [tox]
       
     2 envlist = py25,py26,py27,py30,py31,py32
       
     3 
       
     4 [testenv]
       
     5 deps=pytest
       
     6 sitepackages=False
       
     7 commands=py.test --runslow
       
     8 
       
     9 [testenv:py30]
       
    10 changedir = .tox
       
    11 
       
    12 [testenv:py31]
       
    13 changedir = .tox
       
    14 
       
    15 [testenv:py32]
       
    16 changedir = .tox