forked from orbit-oss/flask
Update tox
This commit is contained in:
parent
b93ab41ed1
commit
ec863cef5b
1 changed files with 4 additions and 2 deletions
6
tox.ini
6
tox.ini
|
|
@ -2,8 +2,10 @@
|
|||
envlist = docs, py26, py27, pypy, py33, py34
|
||||
|
||||
[testenv]
|
||||
deps = blinker
|
||||
commands = python run-tests.py []
|
||||
deps=
|
||||
blinker
|
||||
pytest
|
||||
commands = py.test []
|
||||
|
||||
|
||||
[testenv:docs]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue