pass on arguments to py.test

This commit is contained in:
Alex Morega 2013-08-05 14:11:01 +03:00
parent a75ea0d693
commit 2e517001a9
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
envlist=py26,py27,py33,pypy envlist=py26,py27,py33,pypy
[testenv] [testenv]
commands=py.test commands=py.test []
deps=pytest deps=pytest
[testenv:py26] [testenv:py26]