~smoser/cloud-init/trunk.fix-networking

« back to all changes in this revision

Viewing changes to tox.ini

  • Committer: Scott Moser
  • Date: 2016-06-02 00:51:03 UTC
  • Revision ID: smoser@ubuntu.com-20160602005103-35zhxk5wchj0v9o7
revert unintended change to tox.ini

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[tox]
2
2
envlist = py27,py3,flake8
3
 
recreate = False
4
 
skip_install = True
 
3
recreate = True
5
4
 
6
5
[testenv]
7
6
commands = python -m nose {posargs:tests}