~ricardokirkner/click-toolbelt/fix-storeapi-upload-missing-config

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Ricardo Kirkner
  • Date: 2015-12-21 18:41:57 UTC
  • mto: This revision was merged to the branch mainline in revision 48.
  • Revision ID: ricardo.kirkner@canonical.com-20151221184157-w5tyoho8grkyk1cy
expose api via flat namespace

refactor api package to expose functions on a flat namespace

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
[testenv]
7
7
commands = python setup.py test
8
 
deps = setuptools >= 17.1
 
8
deps =
 
9
    setuptools >= 17.1
 
10
    mock