~ibmcharmers/charms/trusty/ibm-glance-spectrumscale/trunk

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Suchitra Venugopal
  • Date: 2017-01-27 11:21:55 UTC
  • Revision ID: suchvenu@in.ibm.com-20170127112155-crrgnwmavhqnu93n
IBM Glance SpectrumScale charm

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
basepython = python2.7
26
26
deps = -r{toxinidir}/requirements.txt
27
27
       -r{toxinidir}/test-requirements.txt
28
 
commands = flake8 {posargs} hooks tests actions lib
 
28
commands = flake8 {posargs} hooks tests
29
29
           charm-proof
30
30
 
31
31
[testenv:venv]