diff options
Diffstat (limited to 'pandokia')
| -rw-r--r-- | pandokia/pandokia.ini | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/pandokia/pandokia.ini b/pandokia/pandokia.ini index 6d90e45..2969848 100644 --- a/pandokia/pandokia.ini +++ b/pandokia/pandokia.ini @@ -18,17 +18,23 @@ number : {{ environ.get("GIT_DESCRIBE_NUMBER", 0) }}  [requirements]  build :  +    nose +    pytest +    shunit2      setuptools      python  run :       nose +    shunit2      pytest      python  [test]  imports :       pandokia +    pandokia.runners +    pandokia.helpers  commands :       pdk --help | 
