Sfoglia il codice sorgente

add development.txt and modify tox.ini

Roberto Polli 10 anni fa
parent
commit
0b226aec7a
2 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 4 0
      requirements.d/development.txt
  2. 1 3
      tox.ini

+ 4 - 0
requirements.d/development.txt

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

+ 1 - 3
tox.ini

@@ -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 = *