1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-26 17:57:59 +00:00

Merge pull request #112 from ioggstream/testing-borg

add development.txt and modify tox.ini
This commit is contained in:
TW 2015-07-25 17:07:45 +02:00
commit 02d3376dd4
2 changed files with 5 additions and 3 deletions

View file

@ -0,0 +1,4 @@
tox
mock
pytest
Cython

View file

@ -19,9 +19,7 @@ envlist = py32, py33, py34
# Change dir to avoid import problem for cython code. The directory does
# not really matter, should be just different from the toplevel dir.
changedir = {toxworkdir}
deps =
pytest
mock
deps = -rrequirements.d/development.txt
commands = py.test --pyargs {posargs:borg.testsuite}
# fakeroot -u needs some env vars:
passenv = *