mirror of
https://github.com/kevin1024/vcrpy.git
synced 2025-12-09 17:15:35 +00:00
reorganize tests, start using pytest
This commit is contained in:
6
tox.ini
6
tox.ini
@@ -8,24 +8,28 @@ envlist = py26, py27, pypy, py26requests, py27requests, pypyrequests
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
python test.py
|
||||
py.test
|
||||
deps =
|
||||
pytest
|
||||
PyYAML
|
||||
|
||||
[testenv:py26requests]
|
||||
basepython = python2.6
|
||||
deps =
|
||||
pytest
|
||||
PyYAML
|
||||
requests
|
||||
|
||||
[testenv:py27requests]
|
||||
basepython = python2.7
|
||||
deps =
|
||||
pytest
|
||||
PyYAML
|
||||
requests
|
||||
|
||||
[testenv:pypyrequests]
|
||||
basepython = pypy
|
||||
deps =
|
||||
pytest
|
||||
PyYAML
|
||||
requests
|
||||
|
||||
Reference in New Issue
Block a user