~johnsca/charms/trusty/cloudfoundry/better-basic-reconciler-status

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Benjamin Saller
  • Date: 2014-06-19 01:16:33 UTC
  • Revision ID: benjamin.saller@canonical.com-20140619011633-l5ef5ompcighkxn1
initial version of generator lib + 'charm'

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[tox]
 
2
#envlist = py27, py34
 
3
envlist = py27
 
4
 
 
5
[testenv]
 
6
setenv =
 
7
    PYTHONPATH = {toxinidir}:{toxinidir}/charmgen
 
8
commands =
 
9
         nosetests --nologcapture {posargs}
 
10
deps =
 
11
    -r{toxinidir}/requirements.txt