comparison tox.ini @ 5477:6f60bd9090b1 stable

release: merge default to stable for 0.3
author Mads Kiilerich <madski@unity3d.com>
date Sun, 06 Sep 2015 23:36:05 +0200
parents 768989c595aa
children 6a83b399bb3c
comparison
equal deleted inserted replaced
5267:763dc7a96bae 5477:6f60bd9090b1
1 [tox]
2 minversion = 1.8
3 envlist = py{26,27}-{pytest,nose}
4
5 [testenv]
6 setenv =
7 PYTHONHASHSEED = 0
8 deps =
9 nose: nose
10 pytest: pytest
11 commands =
12 nose: nosetests {posargs}
13 pytest: py.test {posargs}