~chris.macnaughton/mojo/error-output

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Chris MacNaughton
  • Date: 2018-01-19 07:08:26 UTC
  • mfrom: (462.1.4 mojo3)
  • Revision ID: chris.macnaughton@canonical.com-20180119070826-qg4finno09l6kh16
[chris.macnaughton, r=1chb1n]  Updating functions to py3

This MP covers:

- items -> iteritems
- print -> print()
- running 2to3

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
[testenv:mojo_exec]
14
14
basepython = python3
15
15
deps = -r{toxinidir}/requirements.txt
16
 
commands = pip install .
 
16
commands = pip install --upgrade .
17
17
           mojo --version